#D5CBD8

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

Shades of Titan White #D5CBD8

Tints of Titan White #D5CBD8

Color information

#D5CBD8 (or 0xD5CBD8) is unknown color: approx Titan White. HEX triplet: D5, CB and D8. RGB value is (213,203,216). Sum of RGB (Red+Green+Blue) = 213+203+216=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD8 is #2A3427. Grayscale: #CFCFCF. Windows color (decimal): -2765864 or 14207957. OLE color: 14207957.

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

Color convert

RGB213203216-
CMYK0.010.0600.15
HSL286.15º14.29%82.16%-
HSV(B)286.15º6.02%84.71%-
XYZ61.1961.8273.67-
YUV207.47132.81131.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=33.70%
G=32.12%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132032160.010.0600.15286.1514.2982.16
HexD5CBD8160F11ee52
Octal3253133301601743616122
Binary11010101110010111101100011100111110001111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBD8; }

 p { color: rgb(213,203,216); }

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

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

 a { background-color: rgb(213,203,216); }

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

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

 span { border-color: rgb(213,203,216); }

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