#D6C9DB

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

Shades of Titan White #D6C9DB

Tints of Titan White #D6C9DB

Color information

#D6C9DB (or 0xD6C9DB) is unknown color: approx Titan White. HEX triplet: D6, C9 and DB. RGB value is (214,201,219). Sum of RGB (Red+Green+Blue) = 214+201+219=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9DB is #293624. Grayscale: #CECECE. Windows color (decimal): -2700837 or 14404054. OLE color: 14404054.

HSL color Cylindrical-coordinate representation of color #D6C9DB: hue angle of 283.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6C9DB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214201219-
CMYK0.020.0800.14
HSL283.33º20%82.35%-
HSV(B)283.33º8.22%85.88%-
XYZ61.461.1875.59-
YUV206.94134.81133.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=33.75%
G=31.70%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142012190.020.0800.14283.332082.35
HexD6C9DB280E11b1452
Octal32631133321001643324122
Binary11010110110010011101101110100001110100011011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C9DB; }

 p { color: rgb(214,201,219); }

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

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

 a { background-color: rgb(214,201,219); }

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

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

 span { border-color: rgb(214,201,219); }

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