#D2CACD

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

Shades of Twilight #D2CACD

Tints of Twilight #D2CACD

Color information

#D2CACD (or 0xD2CACD) is unknown color: approx Twilight. HEX triplet: D2, CA and CD. RGB value is (210,202,205). Sum of RGB (Red+Green+Blue) = 210+202+205=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CACD is #2D3532. Grayscale: #CCCCCC. Windows color (decimal): -2962739 or 13486802. OLE color: 13486802.

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

Color convert

RGB210202205-
CMYK00.040.020.18
HSL337.5º8.16%80.78%-
HSV(B)337.5º3.81%82.35%-
XYZ58.7260.3566.31-
YUV204.73128.15131.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=34.04%
G=32.74%
B=33.23%

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
Decimal21020220500.040.020.18337.58.1680.78
HexD2CACD04212152851
Octal3223123150422252210121
Binary1101001011001010110011010100101001010101001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CACD; }

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

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

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

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

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

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

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

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