#D0CACE

Color #D0CACE Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #D0CACE

Tints of Twilight #D0CACE

Color information

#D0CACE (or 0xD0CACE) is unknown color: approx Twilight. HEX triplet: D0, CA and CE. RGB value is (208,202,206). Sum of RGB (Red+Green+Blue) = 208+202+206=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CACE is #2F3531. Grayscale: #CCCCCC. Windows color (decimal): -3093810 or 13552336. OLE color: 13552336.

HSL color Cylindrical-coordinate representation of color #D0CACE: hue angle of 320º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CACE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208202206-
CMYK00.030.010.18
HSL320º6%80.39%-
HSV(B)320º2.88%81.57%-
XYZ58.2760.1166.92-
YUV204.25128.99130.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 33.77%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=33.77%
G=32.79%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820220600.030.010.18320680.39
HexD0CACE03112140650
Octal320312316031225006120
Binary1101000011001010110011100111100101010000001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CACE; }

 p { color: rgb(208,202,206); }

 H1.HeaderClassName
 {
   color: #D0CACE;
 }
 .AnyTagClassName
 {
   color: #D0CACE;
 }
</style>
background-color css

<style>
 a { background-color: #D0CACE; }

 a { background-color: rgb(208,202,206); }

 div.DivClassName
 {
   background-color: #D0CACE;
 }
 .BgClassName
 {
   background-color: #D0CACE;
 }
</style>
border-color css

<style>
 span { border-color: #D0CACE; }

 span { border-color: rgb(208,202,206); }

 td.TdClassName
 {
   border-color: #D0CACE;
 }
 .TagClassName
 {
   border-color: #D0CACE;
 }
</style>