Color Hex Logo

#dbccce Color Hex

#DBCCCE
(219,204,206)
0 Favorites   0 Comments

Color spaces of #dbccce

RGB 219204206
HSL0.980.170.83
HSV352°86°
CMYK 0.000.070.06   0.14
XYZ61.946962.702067.2303
Yxy62.70200.32280.3268
Hunter Lab79.18461.06935.0901
CIE-Lab83.28535.55390.8749

#dbccce color RGB value is (219,204,206).

#dbccce hex color red value is 219, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbccce hue: 0.98 , saturation: 0.17 and the lightness value of dbccce is 0.83.

The process color (four color CMYK) of #dbccce color hex is 0.00, 0.07, 0.06, 0.14. Web safe color of #dbccce is #cccccc. Color #dbccce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11001110
Octal 333 314 316
Decimal 219 204 206
Hex DB CC CE

RGB Percentages of Color #dbccce

%34.82
%32.43
%32.75

CMYK Percentages of Color #dbccce

%0
%7
%6
%14

Triadic Colors of #dbccce

#dbccce #cedbcc #cccedb

Analogous Colors of #dbccce

#dbccce #dbd2cc #dbccd6

Monochromatic Colors of #dbccce

#dbccce

Complementary Color

#dbccce #ccdbd9

#dbccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccce Color CSS Codes

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

#dbccce Text Font Color

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

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


#dbccce Background Color

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

This div background color is #dbccce


#dbccce Border Color

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

This div border color is #dbccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccce


Comments

No comments written yet.

Please login to write comment.