#D2CACE

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

Shades of Twilight #D2CACE

Tints of Twilight #D2CACE

Color information

#D2CACE (or 0xD2CACE) is unknown color: approx Twilight. HEX triplet: D2, CA and CE. RGB value is (210,202,206). Sum of RGB (Red+Green+Blue) = 210+202+206=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CACE is #2D3531. Grayscale: #CCCCCC. Windows color (decimal): -2962738 or 13552338. OLE color: 13552338.

HSL color Cylindrical-coordinate representation of color #D2CACE: hue angle of 330º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CACE is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210202206-
CMYK00.040.020.18
HSL330º8.16%80.78%-
HSV(B)330º3.81%82.35%-
XYZ58.8460.466.95-
YUV204.85128.65131.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=33.98%
G=32.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020220600.040.020.183308.1680.78
HexD2CACE0421214a851
Octal3223123160422251210121
Binary1101001011001010110011100100101001010100101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CACE; }

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

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

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

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

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

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

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

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