#D2C9D6

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

Shades of Titan White #D2C9D6

Tints of Titan White #D2C9D6

Color information

#D2C9D6 (or 0xD2C9D6) is unknown color: approx Titan White. HEX triplet: D2, C9 and D6. RGB value is (210,201,214). Sum of RGB (Red+Green+Blue) = 210+201+214=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2C9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9D6 is #2D3629. Grayscale: #CDCDCD. Windows color (decimal): -2962986 or 14076370. OLE color: 14076370.

HSL color Cylindrical-coordinate representation of color #D2C9D6: hue angle of 281.54º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2C9D6 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210201214-
CMYK0.020.0600.16
HSL281.54º13.68%81.37%-
HSV(B)281.54º6.07%83.92%-
XYZ59.660.3372.12-
YUV205.17132.98131.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=33.6%
G=32.16%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102012140.020.0600.16281.5413.6881.37
HexD2C9D62601011ae51
Octal3223113262602043216121
Binary1101001011001001110101101011001000010001101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9D6; }

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

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

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

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

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

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

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

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