#D8CBDC

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

Shades of Titan White #D8CBDC

Tints of Titan White #D8CBDC

Color information

#D8CBDC (or 0xD8CBDC) is unknown color: approx Titan White. HEX triplet: D8, CB and DC. RGB value is (216,203,220). Sum of RGB (Red+Green+Blue) = 216+203+220=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBDC is #273423. Grayscale: #D0D0D0. Windows color (decimal): -2569252 or 14470104. OLE color: 14470104.

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

Color convert

RGB216203220-
CMYK0.020.0800.14
HSL285.88º19.54%82.94%-
HSV(B)285.88º7.73%86.27%-
XYZ62.5962.4876.47-
YUV208.82134.31133.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=33.80%
G=31.77%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162032200.020.0800.14285.8819.5482.94
HexD8CBDC280E11e1453
Octal33031333421001643624123
Binary11011000110010111101110010100001110100011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBDC; }

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

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

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

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

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

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

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

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