Color Hex Logo

#dbcedf Color Hex

#DBCEDF
(219,206,223)
0 Favorites   0 Comments

Color spaces of #dbcedf

RGB 219206223
HSL0.790.210.84
HSV286°87°
CMYK 0.020.080.00   0.13
XYZ64.604064.530478.8627
Yxy64.53040.31060.3102
Hunter Lab80.33082.9751-1.9749
CIE-Lab84.24127.5456-6.7818

#dbcedf color RGB value is (219,206,223).

#dbcedf hex color red value is 219, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbcedf hue: 0.79 , saturation: 0.21 and the lightness value of dbcedf is 0.84.

The process color (four color CMYK) of #dbcedf color hex is 0.02, 0.08, 0.00, 0.13. Web safe color of #dbcedf is #cccccc. Color #dbcedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11011111
Octal 333 316 337
Decimal 219 206 223
Hex DB CE DF

RGB Percentages of Color #dbcedf

%33.80
%31.79
%34.41

CMYK Percentages of Color #dbcedf

%2
%8
%0
%13

Triadic Colors of #dbcedf

#dbcedf #dfdbce #cedfdb

Analogous Colors of #dbcedf

#dbcedf #dfcedb #d3cedf

Monochromatic Colors of #dbcedf

#dbcedf

Complementary Color

#dbcedf #d2dfce

#dbcedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcedf Color CSS Codes

.mybgcolor {background-color:#dbcedf; } 
.myforecolor {color:#dbcedf; }
.mybordercolor {border:3px solid #dbcedf; }

#dbcedf Text Font Color

<p style="color:#dbcedf">Text here</p>

This sample text font color is #dbcedf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcedf Background Color

<div style="background-color:#dbcedf">
Div content here</div>

This div background color is #dbcedf


#dbcedf Border Color

<div style="border:3px solid #dbcedf">
Div here</div>

This div border color is #dbcedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,206,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcedf;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcedf;
  box-shadow:         1px 1px 3px 2px #dbcedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,206,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcedf;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcedf;
  box-shadow:         1px 1px 3px 2px #dbcedf;">
Div content here</div>

This div box has shadow with color #dbcedf

#dbcedf Color Palettes


Comments

No comments written yet.

Please login to write comment.