#D5C9DD

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

Shades of Titan White #D5C9DD

Tints of Titan White #D5C9DD

Color information

#D5C9DD (or 0xD5C9DD) is unknown color: approx Titan White. HEX triplet: D5, C9 and DD. RGB value is (213,201,221). Sum of RGB (Red+Green+Blue) = 213+201+221=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DD is #2A3622. Grayscale: #CECECE. Windows color (decimal): -2766371 or 14535125. OLE color: 14535125.

HSL color Cylindrical-coordinate representation of color #D5C9DD: hue angle of 276º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5C9DD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213201221-
CMYK0.040.0900.13
HSL276º22.73%82.75%-
HSV(B)276º9.05%86.67%-
XYZ61.3861.1476.97-
YUV206.87135.98132.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=33.54%
G=31.65%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132012210.040.0900.1327622.7382.75
HexD5C9DD490D1141753
Octal32531133541101542427123
Binary110101011100100111011101100100101101100010100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9DD; }

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

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

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

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

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

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

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

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