#D8CCE0

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

Shades of Titan White #D8CCE0

Tints of Titan White #D8CCE0

Color information

#D8CCE0 (or 0xD8CCE0) is unknown color: approx Titan White. HEX triplet: D8, CC and E0. RGB value is (216,204,224). Sum of RGB (Red+Green+Blue) = 216+204+224=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCE0 is #27331F. Grayscale: #D1D1D1. Windows color (decimal): -2568992 or 14732504. OLE color: 14732504.

HSL color Cylindrical-coordinate representation of color #D8CCE0: hue angle of 276º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8CCE0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216204224-
CMYK0.040.0900.12
HSL276º24.39%83.92%-
HSV(B)276º8.93%87.84%-
XYZ63.3763.1779.37-
YUV209.87135.98132.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=33.54%
G=31.68%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162042240.040.0900.1227624.3983.92
HexD8CCE0490C1141854
Octal33031434041101442430124
Binary110110001100110011100000100100101100100010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCE0; }

 p { color: rgb(216,204,224); }

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

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

 a { background-color: rgb(216,204,224); }

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

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

 span { border-color: rgb(216,204,224); }

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