#D2CCD6

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

Shades of Titan White #D2CCD6

Tints of Titan White #D2CCD6

Color information

#D2CCD6 (or 0xD2CCD6) is unknown color: approx Titan White. HEX triplet: D2, CC and D6. RGB value is (210,204,214). Sum of RGB (Red+Green+Blue) = 210+204+214=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCD6 is #2D3329. Grayscale: #CECECE. Windows color (decimal): -2962218 or 14077138. OLE color: 14077138.

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

Color convert

RGB210204214-
CMYK0.020.0500.16
HSL276º10.87%81.96%-
HSV(B)276º4.67%83.92%-
XYZ60.3161.7472.36-
YUV206.93131.99130.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=33.44%
G=32.48%
B=34.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102042140.020.0500.1627610.8781.96
HexD2CCD625010114b52
Octal3223143262502042413122
Binary1101001011001100110101101010101000010001010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCD6; }

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

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

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

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

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

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

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

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