#D5C9DA

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

Shades of Titan White #D5C9DA

Tints of Titan White #D5C9DA

Color information

#D5C9DA (or 0xD5C9DA) is unknown color: approx Titan White. HEX triplet: D5, C9 and DA. RGB value is (213,201,218). Sum of RGB (Red+Green+Blue) = 213+201+218=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DA is #2A3625. Grayscale: #CECECE. Windows color (decimal): -2766374 or 14338517. OLE color: 14338517.

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

Color convert

RGB213201218-
CMYK0.020.0800.15
HSL282.35º18.68%82.16%-
HSV(B)282.35º7.8%85.49%-
XYZ60.9860.9874.89-
YUV206.53134.48132.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=33.70%
G=31.80%
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.15
SystemRedGreenBlueCMYKHSL
Decimal2132012180.020.0800.15282.3518.6882.16
HexD5C9DA280F11a1352
Octal32531133221001743223122
Binary11010101110010011101101010100001111100011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9DA; }

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

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

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

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

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

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

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

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