#D8D0DD

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

Shades of Titan White #D8D0DD

Tints of Titan White #D8D0DD

Color information

#D8D0DD (or 0xD8D0DD) is unknown color: approx Titan White. HEX triplet: D8, D0 and DD. RGB value is (216,208,221). Sum of RGB (Red+Green+Blue) = 216+208+221=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0DD is #272F22. Grayscale: #D3D3D3. Windows color (decimal): -2567971 or 14536920. OLE color: 14536920.

HSL color Cylindrical-coordinate representation of color #D8D0DD: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D0DD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216208221-
CMYK0.020.0600.13
HSL276.92º16.05%84.12%-
HSV(B)276.92º5.88%86.67%-
XYZ63.9364.9377.57-
YUV211.87133.15130.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=33.49%
G=32.25%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162082210.020.0600.13276.9216.0584.12
HexD8D0DD260D1151054
Octal3303203352601542520124
Binary1101100011010000110111011011001101100010101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0DD; }

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

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

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

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

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

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

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

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