#D2CBD7

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

Shades of Titan White #D2CBD7

Tints of Titan White #D2CBD7

Color information

#D2CBD7 (or 0xD2CBD7) is unknown color: approx Titan White. HEX triplet: D2, CB and D7. RGB value is (210,203,215). Sum of RGB (Red+Green+Blue) = 210+203+215=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBD7 is #2D3428. Grayscale: #CECECE. Windows color (decimal): -2962473 or 14142418. OLE color: 14142418.

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

Color convert

RGB210203215-
CMYK0.020.0600.16
HSL275º13.04%81.96%-
HSV(B)275º5.58%84.31%-
XYZ60.261.3272.95-
YUV206.46132.82130.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=33.44%
G=32.32%
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
Decimal2102032150.020.0600.1627513.0481.96
HexD2CBD726010113d52
Octal3223133272602042315122
Binary1101001011001011110101111011001000010001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBD7; }

 p { color: rgb(210,203,215); }

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

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

 a { background-color: rgb(210,203,215); }

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

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

 span { border-color: rgb(210,203,215); }

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