#D8D1DC

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

Shades of Titan White #D8D1DC

Tints of Titan White #D8D1DC

Color information

#D8D1DC (or 0xD8D1DC) is unknown color: approx Titan White. HEX triplet: D8, D1 and DC. RGB value is (216,209,220). Sum of RGB (Red+Green+Blue) = 216+209+220=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1DC is #272E23. Grayscale: #D4D4D4. Windows color (decimal): -2567716 or 14471640. OLE color: 14471640.

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

Color convert

RGB216209220-
CMYK0.020.0500.14
HSL278.18º13.58%84.12%-
HSV(B)278.18º5%86.27%-
XYZ64.0465.3776.95-
YUV212.35132.32130.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=33.49%
G=32.40%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162092200.020.0500.14278.1813.5884.12
HexD8D1DC250E116e54
Octal3303213342501642616124
Binary110110001101000111011100101010111010001011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D1DC; }

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

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

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

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

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

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

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

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