#D8CBDD

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

Shades of Titan White #D8CBDD

Tints of Titan White #D8CBDD

Color information

#D8CBDD (or 0xD8CBDD) is unknown color: approx Titan White. HEX triplet: D8, CB and DD. RGB value is (216,203,221). Sum of RGB (Red+Green+Blue) = 216+203+221=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBDD is #273422. Grayscale: #D0D0D0. Windows color (decimal): -2569251 or 14535640. OLE color: 14535640.

HSL color Cylindrical-coordinate representation of color #D8CBDD: hue angle of 283.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CBDD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216203221-
CMYK0.020.0800.13
HSL283.33º20.93%83.14%-
HSV(B)283.33º8.14%86.67%-
XYZ62.7362.5377.17-
YUV208.94134.81133.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=33.75%
G=31.72%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162032210.020.0800.13283.3320.9383.14
HexD8CBDD280D11b1553
Octal33031333521001543325123
Binary11011000110010111101110110100001101100011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBDD; }

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

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

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

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

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

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

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

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