#D2C5CA

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

Shades of Twilight #D2C5CA

Tints of Twilight #D2C5CA

Color information

#D2C5CA (or 0xD2C5CA) is unknown color: approx Twilight. HEX triplet: D2, C5 and CA. RGB value is (210,197,202). Sum of RGB (Red+Green+Blue) = 210+197+202=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5CA is #2D3A35. Grayscale: #C9C9C9. Windows color (decimal): -2964022 or 13288914. OLE color: 13288914.

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

Color convert

RGB210197202-
CMYK00.060.040.18
HSL336.92º12.62%79.8%-
HSV(B)336.92º6.19%82.35%-
XYZ57.2157.964.04-
YUV201.46128.31134.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=34.48%
G=32.35%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019720200.060.040.18336.9212.6279.8
HexD2C5CA06412151d50
Octal3223053120642252115120
Binary11010010110001011100101001101001001010101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5CA; }

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

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

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

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

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

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

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

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