#D3C9D7

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

Shades of Titan White #D3C9D7

Tints of Titan White #D3C9D7

Color information

#D3C9D7 (or 0xD3C9D7) is unknown color: approx Titan White. HEX triplet: D3, C9 and D7. RGB value is (211,201,215). Sum of RGB (Red+Green+Blue) = 211+201+215=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 201 (78.91% from 255 or 32.06% 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 #D3C9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9D7 is #2C3628. Grayscale: #CDCDCD. Windows color (decimal): -2897449 or 14141907. OLE color: 14141907.

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

Color convert

RGB211201215-
CMYK0.020.0700.16
HSL282.86º14.89%81.57%-
HSV(B)282.86º6.51%84.31%-
XYZ60.0260.5372.81-
YUV205.59133.31131.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.65%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=33.65%
G=32.06%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112012150.020.0700.16282.8614.8981.57
HexD3C9D72701011bf52
Octal3233113272702043317122
Binary1101001111001001110101111011101000010001101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C9D7; }

 p { color: rgb(211,201,215); }

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

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

 a { background-color: rgb(211,201,215); }

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

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

 span { border-color: rgb(211,201,215); }

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