Color Hex Logo

#dbc3dd Color Hex

#DBC3DD
(219,195,221)
0 Favorites   0 Comments

Color spaces of #dbc3dd

RGB 219195221
HSL0.820.280.82
HSV295°12°87°
CMYK 0.010.120.00   0.13
XYZ61.779759.310776.5986
Yxy59.31070.31250.3000
Hunter Lab77.01348.4181-5.0612
CIE-Lab81.462113.0224-9.8378

#dbc3dd color RGB value is (219,195,221).

#dbc3dd hex color red value is 219, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbc3dd hue: 0.82 , saturation: 0.28 and the lightness value of dbc3dd is 0.82.

The process color (four color CMYK) of #dbc3dd color hex is 0.01, 0.12, 0.00, 0.13. Web safe color of #dbc3dd is #cccccc. Color #dbc3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 11011101
Octal 333 303 335
Decimal 219 195 221
Hex DB C3 DD

RGB Percentages of Color #dbc3dd

%34.49
%30.71
%34.80

CMYK Percentages of Color #dbc3dd

%1
%12
%0
%13

Triadic Colors of #dbc3dd

#dbc3dd #dddbc3 #c3dddb

Analogous Colors of #dbc3dd

#dbc3dd #ddc3d2 #cec3dd

Monochromatic Colors of #dbc3dd

#dbc3dd

Complementary Color

#dbc3dd #c5ddc3

#dbc3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc3dd Color CSS Codes

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

#dbc3dd Text Font Color

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

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


#dbc3dd Background Color

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

This div background color is #dbc3dd


#dbc3dd Border Color

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

This div border color is #dbc3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc3dd


Comments

No comments written yet.

Please login to write comment.