#D0CACC

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

Shades of Twilight #D0CACC

Tints of Twilight #D0CACC

Color information

#D0CACC (or 0xD0CACC) is unknown color: approx Twilight. HEX triplet: D0, CA and CC. RGB value is (208,202,204). Sum of RGB (Red+Green+Blue) = 208+202+204=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CACC is #2F3533. Grayscale: #CCCCCC. Windows color (decimal): -3093812 or 13421264. OLE color: 13421264.

HSL color Cylindrical-coordinate representation of color #D0CACC: hue angle of 340º 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 #D0CACC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208202204-
CMYK00.030.020.18
HSL340º6%80.39%-
HSV(B)340º2.88%81.57%-
XYZ58.0360.0165.65-
YUV204.02127.99130.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=33.88%
G=32.90%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820220400.030.020.18340680.39
HexD0CACC03212154650
Octal320312314032225246120
Binary11010000110010101100110001110100101010101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CACC; }

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

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

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

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

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

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

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

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