#D5C4DD

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

Shades of Titan White #D5C4DD

Tints of Titan White #D5C4DD

Color information

#D5C4DD (or 0xD5C4DD) is unknown color: approx Titan White. HEX triplet: D5, C4 and DD. RGB value is (213,196,221). Sum of RGB (Red+Green+Blue) = 213+196+221=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4DD is #2A3B22. Grayscale: #CBCBCB. Windows color (decimal): -2767651 or 14533845. OLE color: 14533845.

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

Color convert

RGB213196221-
CMYK0.040.1100.13
HSL280.8º26.88%81.76%-
HSV(B)280.8º11.31%86.67%-
XYZ60.2358.8576.59-
YUV203.93137.63134.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 196 (76.95% from 255) = 31.11%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=33.81%
G=31.11%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131962210.040.1100.13280.826.8881.76
HexD5C4DD4B0D1191b52
Octal32530433541301543133122
Binary110101011100010011011101100101101101100011001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4DD; }

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

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

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

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

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

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

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

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