#D2CAD7

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

Shades of Titan White #D2CAD7

Tints of Titan White #D2CAD7

Color information

#D2CAD7 (or 0xD2CAD7) is unknown color: approx Titan White. HEX triplet: D2, CA and D7. RGB value is (210,202,215). Sum of RGB (Red+Green+Blue) = 210+202+215=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CAD7 is #2D3528. Grayscale: #CDCDCD. Windows color (decimal): -2962729 or 14142162. OLE color: 14142162.

HSL color Cylindrical-coordinate representation of color #D2CAD7: hue angle of 276.92º degrees, saturation: 0.14, 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 #D2CAD7 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210202215-
CMYK0.020.0600.16
HSL276.92º13.98%81.76%-
HSV(B)276.92º6.05%84.31%-
XYZ59.9660.8572.87-
YUV205.87133.15130.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=33.49%
G=32.22%
B=34.29%

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
Decimal2102022150.020.0600.16276.9213.9881.76
HexD2CAD726010115e52
Octal3223123272602042516122
Binary1101001011001010110101111011001000010001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAD7; }

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

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

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

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

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

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

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

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