#D2C8D9

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

Shades of Titan White #D2C8D9

Tints of Titan White #D2C8D9

Color information

#D2C8D9 (or 0xD2C8D9) is unknown color: approx Titan White. HEX triplet: D2, C8 and D9. RGB value is (210,200,217). Sum of RGB (Red+Green+Blue) = 210+200+217=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8D9 is #2D3726. Grayscale: #CCCCCC. Windows color (decimal): -2963239 or 14272722. OLE color: 14272722.

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

Color convert

RGB210200217-
CMYK0.030.0800.15
HSL275.29º18.28%81.76%-
HSV(B)275.29º7.83%85.1%-
XYZ59.7660.0274.08-
YUV204.93134.81131.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=33.49%
G=31.90%
B=34.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102002170.030.0800.15275.2918.2881.76
HexD2C8D9380F1131252
Octal32231033131001742322122
Binary11010010110010001101100111100001111100010011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8D9; }

 p { color: rgb(210,200,217); }

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

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

 a { background-color: rgb(210,200,217); }

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

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

 span { border-color: rgb(210,200,217); }

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