#D8CCDD

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

Shades of Titan White #D8CCDD

Tints of Titan White #D8CCDD

Color information

#D8CCDD (or 0xD8CCDD) is unknown color: approx Titan White. HEX triplet: D8, CC and DD. RGB value is (216,204,221). Sum of RGB (Red+Green+Blue) = 216+204+221=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDD is #273322. Grayscale: #D1D1D1. Windows color (decimal): -2568995 or 14535896. OLE color: 14535896.

HSL color Cylindrical-coordinate representation of color #D8CCDD: hue angle of 282.35º degrees, saturation: 0.2, 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 #D8CCDD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216204221-
CMYK0.020.0800.13
HSL282.35º20%83.33%-
HSV(B)282.35º7.69%86.67%-
XYZ62.9663.0177.25-
YUV209.53134.48132.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=33.70%
G=31.83%
B=34.48%

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
Decimal2162042210.020.0800.13282.352083.33
HexD8CCDD280D11a1453
Octal33031433521001543224123
Binary11011000110011001101110110100001101100011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCDD; }

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

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

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

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

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

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

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

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