#D9D6DC

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

Shades of Titan White #D9D6DC

Tints of Titan White #D9D6DC

Color information

#D9D6DC (or 0xD9D6DC) is unknown color: approx Titan White. HEX triplet: D9, D6 and DC. RGB value is (217,214,220). Sum of RGB (Red+Green+Blue) = 217+214+220=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6DC is #262923. Grayscale: #D7D7D7. Windows color (decimal): -2500900 or 14472921. OLE color: 14472921.

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

Color convert

RGB217214220-
CMYK0.010.0300.14
HSL270º7.89%85.1%-
HSV(B)270º2.73%86.27%-
XYZ65.5868.0177.38-
YUV215.58130.49129.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=33.33%
G=32.87%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172142200.010.0300.142707.8985.1
HexD9D6DC130E10e855
Octal3313263341301641610125
Binary1101100111010110110111001110111010000111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D6DC; }

 p { color: rgb(217,214,220); }

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

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

 a { background-color: rgb(217,214,220); }

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

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

 span { border-color: rgb(217,214,220); }

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