#D7C9DB

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

Shades of Titan White #D7C9DB

Tints of Titan White #D7C9DB

Color information

#D7C9DB (or 0xD7C9DB) is unknown color: approx Titan White. HEX triplet: D7, C9 and DB. RGB value is (215,201,219). Sum of RGB (Red+Green+Blue) = 215+201+219=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9DB is #283624. Grayscale: #CFCFCF. Windows color (decimal): -2635301 or 14404055. OLE color: 14404055.

HSL color Cylindrical-coordinate representation of color #D7C9DB: hue angle of 286.67º 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 #D7C9DB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215201219-
CMYK0.020.0800.14
HSL286.67º20%82.35%-
HSV(B)286.67º8.22%85.88%-
XYZ61.761.3375.6-
YUV207.24134.64133.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=33.86%
G=31.65%
B=34.49%

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
Decimal2152012190.020.0800.14286.672082.35
HexD7C9DB280E11f1452
Octal32731133321001643724122
Binary11010111110010011101101110100001110100011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C9DB; }

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

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

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

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

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

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

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

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