#D2C2CD

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

Shades of Twilight #D2C2CD

Tints of Twilight #D2C2CD

Color information

#D2C2CD (or 0xD2C2CD) is unknown color: approx Twilight. HEX triplet: D2, C2 and CD. RGB value is (210,194,205). Sum of RGB (Red+Green+Blue) = 210+194+205=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2CD is #2D3D32. Grayscale: #C8C8C8. Windows color (decimal): -2964787 or 13484754. OLE color: 13484754.

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

Color convert

RGB210194205-
CMYK00.080.020.18
HSL318.75º15.09%79.22%-
HSV(B)318.75º7.62%82.35%-
XYZ56.8956.6965.7-
YUV200.04130.8135.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=34.48%
G=31.86%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019420500.080.020.18318.7515.0979.22
HexD2C2CD0821213ff4f
Octal32230231501022247717117
Binary11010010110000101100110101000101001010011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C2CD; }

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

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

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

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

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

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

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

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