Color Hex Logo

#dbc8df Color Hex

#DBC8DF
(219,200,223)
0 Favorites   0 Comments

Color spaces of #dbc8df

RGB 219200223
HSL0.800.260.83
HSV290°10°87°
CMYK 0.020.100.00   0.13
XYZ63.187061.696378.3903
Yxy61.69630.31080.3035
Hunter Lab78.54706.1368-4.1888
CIE-Lab82.751710.7279-8.9906

#dbc8df color RGB value is (219,200,223).

#dbc8df hex color red value is 219, green value is 200 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbc8df hue: 0.80 , saturation: 0.26 and the lightness value of dbc8df is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 11011111
Octal 333 310 337
Decimal 219 200 223
Hex DB C8 DF

RGB Percentages of Color #dbc8df

%34.11
%31.15
%34.74

CMYK Percentages of Color #dbc8df

%2
%10
%0
%13

Triadic Colors of #dbc8df

#dbc8df #dfdbc8 #c8dfdb

Analogous Colors of #dbc8df

#dbc8df #dfc8d8 #d0c8df

Monochromatic Colors of #dbc8df

#dbc8df

Complementary Color

#dbc8df #ccdfc8

#dbc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc8df Color CSS Codes

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

#dbc8df Text Font Color

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

This sample text font color is #dbc8df
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.


#dbc8df Background Color

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

This div background color is #dbc8df


#dbc8df Border Color

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

This div border color is #dbc8df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,200,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 #dbc8df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc8df


Comments

No comments written yet.

Please login to write comment.