#D8CBDB

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

Shades of Titan White #D8CBDB

Tints of Titan White #D8CBDB

Color information

#D8CBDB (or 0xD8CBDB) is unknown color: approx Titan White. HEX triplet: D8, CB and DB. RGB value is (216,203,219). Sum of RGB (Red+Green+Blue) = 216+203+219=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBDB is #273424. Grayscale: #D0D0D0. Windows color (decimal): -2569253 or 14404568. OLE color: 14404568.

HSL color Cylindrical-coordinate representation of color #D8CBDB: hue angle of 288.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8CBDB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216203219-
CMYK0.010.0700.14
HSL288.75º18.18%82.75%-
HSV(B)288.75º7.31%85.88%-
XYZ62.4662.4375.78-
YUV208.71133.81133.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=33.86%
G=31.82%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162032190.010.0700.14288.7518.1882.75
HexD8CBDB170E1211253
Octal3303133331701644122123
Binary110110001100101111011011111101110100100001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBDB; }

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

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

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

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

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

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

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

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