#D5D0D8

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

Shades of Titan White #D5D0D8

Tints of Titan White #D5D0D8

Color information

#D5D0D8 (or 0xD5D0D8) is unknown color: approx Titan White. HEX triplet: D5, D0 and D8. RGB value is (213,208,216). Sum of RGB (Red+Green+Blue) = 213+208+216=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5D0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0D8 is #2A2F27. Grayscale: #D2D2D2. Windows color (decimal): -2764584 or 14209237. OLE color: 14209237.

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

Color convert

RGB213208216-
CMYK0.010.0400.15
HSL277.5º9.3%83.14%-
HSV(B)277.5º3.7%84.71%-
XYZ62.3964.2274.07-
YUV210.41131.16129.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=33.44%
G=32.65%
B=33.91%

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
Decimal2132082160.010.0400.15277.59.383.14
HexD5D0D8140F116953
Octal3253203301401742611123
Binary11010101110100001101100011000111110001011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0D8; }

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

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

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

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

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

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

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

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