#D6D0D8

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

Shades of Titan White #D6D0D8

Tints of Titan White #D6D0D8

Color information

#D6D0D8 (or 0xD6D0D8) is unknown color: approx Titan White. HEX triplet: D6, D0 and D8. RGB value is (214,208,216). Sum of RGB (Red+Green+Blue) = 214+208+216=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6D0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0D8 is #292F27. Grayscale: #D2D2D2. Windows color (decimal): -2699048 or 14209238. OLE color: 14209238.

HSL color Cylindrical-coordinate representation of color #D6D0D8: hue angle of 285º 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 #D6D0D8 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214208216-
CMYK0.010.0400.15
HSL285º9.3%83.14%-
HSV(B)285º3.7%84.71%-
XYZ62.6864.3774.09-
YUV210.71130.99130.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=33.54%
G=32.60%
B=33.86%

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
Decimal2142082160.010.0400.152859.383.14
HexD6D0D8140F11d953
Octal3263203301401743511123
Binary11010110110100001101100011000111110001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0D8; }

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

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

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

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

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

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

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

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