#D8D1DA

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

Shades of Titan White #D8D1DA

Tints of Titan White #D8D1DA

Color information

#D8D1DA (or 0xD8D1DA) is unknown color: approx Titan White. HEX triplet: D8, D1 and DA. RGB value is (216,209,218). Sum of RGB (Red+Green+Blue) = 216+209+218=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8D1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1DA is #272E25. Grayscale: #D4D4D4. Windows color (decimal): -2567718 or 14340568. OLE color: 14340568.

HSL color Cylindrical-coordinate representation of color #D8D1DA: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D1DA is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216209218-
CMYK0.010.0400.15
HSL286.67º10.84%83.73%-
HSV(B)286.67º4.13%85.49%-
XYZ63.7765.2675.57-
YUV212.12131.32130.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 32.50%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=33.59%
G=32.50%
B=33.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162092180.010.0400.15286.6710.8483.73
HexD8D1DA140F11fb54
Octal3303213321401743713124
Binary11011000110100011101101011000111110001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D1DA; }

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

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

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

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

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

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

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

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