#D8C7DD

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

Shades of Titan White #D8C7DD

Tints of Titan White #D8C7DD

Color information

#D8C7DD (or 0xD8C7DD) is unknown color: approx Titan White. HEX triplet: D8, C7 and DD. RGB value is (216,199,221). Sum of RGB (Red+Green+Blue) = 216+199+221=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7DD is #273822. Grayscale: #CECECE. Windows color (decimal): -2570275 or 14534616. OLE color: 14534616.

HSL color Cylindrical-coordinate representation of color #D8C7DD: hue angle of 286.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C7DD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216199221-
CMYK0.020.1000.13
HSL286.36º24.44%82.35%-
HSV(B)286.36º9.95%86.67%-
XYZ61.7960.6776.86-
YUV206.59136.13134.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=33.96%
G=31.29%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161992210.020.1000.13286.3624.4482.35
HexD8C7DD2A0D11e1852
Octal33030733521201543630122
Binary11011000110001111101110110101001101100011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C7DD; }

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

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

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

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

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

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

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

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