#D2C1C9

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

Shades of Twilight #D2C1C9

Tints of Twilight #D2C1C9

Color information

#D2C1C9 (or 0xD2C1C9) is unknown color: approx Twilight. HEX triplet: D2, C1 and C9. RGB value is (210,193,201). Sum of RGB (Red+Green+Blue) = 210+193+201=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1C9 is #2D3E36. Grayscale: #C6C6C6. Windows color (decimal): -2965047 or 13222354. OLE color: 13222354.

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

Color convert

RGB210193201-
CMYK00.080.040.18
HSL331.76º15.89%79.02%-
HSV(B)331.76º8.1%82.35%-
XYZ56.1956.0663.12-
YUV199129.13135.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=34.77%
G=31.95%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019320100.080.040.18331.7615.8979.02
HexD2C1C90841214c104f
Octal32230131101042251420117
Binary1101001011000001110010010100010010010101001100100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1C9; }

 p { color: rgb(210,193,201); }

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

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

 a { background-color: rgb(210,193,201); }

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

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

 span { border-color: rgb(210,193,201); }

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