#D8CCDC

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

Shades of Titan White #D8CCDC

Tints of Titan White #D8CCDC

Color information

#D8CCDC (or 0xD8CCDC) is unknown color: approx Titan White. HEX triplet: D8, CC and DC. RGB value is (216,204,220). Sum of RGB (Red+Green+Blue) = 216+204+220=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDC is #273323. Grayscale: #D1D1D1. Windows color (decimal): -2568996 or 14470360. OLE color: 14470360.

HSL color Cylindrical-coordinate representation of color #D8CCDC: hue angle of 285º degrees, saturation: 0.19, 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 #D8CCDC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216204220-
CMYK0.020.0700.14
HSL285º18.6%83.14%-
HSV(B)285º7.27%86.27%-
XYZ62.8362.9576.55-
YUV209.41133.98132.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=33.75%
G=31.88%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162042200.020.0700.1428518.683.14
HexD8CCDC270E11d1353
Octal3303143342701643523123
Binary1101100011001100110111001011101110100011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCDC; }

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

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

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

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

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

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

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

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