#D5C9DB

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

Shades of Titan White #D5C9DB

Tints of Titan White #D5C9DB

Color information

#D5C9DB (or 0xD5C9DB) is unknown color: approx Titan White. HEX triplet: D5, C9 and DB. RGB value is (213,201,219). Sum of RGB (Red+Green+Blue) = 213+201+219=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DB is #2A3624. Grayscale: #CECECE. Windows color (decimal): -2766373 or 14404053. OLE color: 14404053.

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

Color convert

RGB213201219-
CMYK0.030.0800.14
HSL280º20%82.35%-
HSV(B)280º8.22%85.88%-
XYZ61.1161.0375.58-
YUV206.64134.98132.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.65%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=33.65%
G=31.75%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132012190.030.0800.142802082.35
HexD5C9DB380E1181452
Octal32531133331001643024122
Binary11010101110010011101101111100001110100011000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9DB; }

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

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

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

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

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

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

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

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