#D4C4DD

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

Shades of Titan White #D4C4DD

Tints of Titan White #D4C4DD

Color information

#D4C4DD (or 0xD4C4DD) is unknown color: approx Titan White. HEX triplet: D4, C4 and DD. RGB value is (212,196,221). Sum of RGB (Red+Green+Blue) = 212+196+221=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4DD is #2B3B22. Grayscale: #CBCBCB. Windows color (decimal): -2833187 or 14533844. OLE color: 14533844.

HSL color Cylindrical-coordinate representation of color #D4C4DD: hue angle of 278.4º 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 #D4C4DD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212196221-
CMYK0.040.1100.13
HSL278.4º26.88%81.76%-
HSV(B)278.4º11.31%86.67%-
XYZ59.9458.776.58-
YUV203.63137.8133.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 196 (76.95% from 255) = 31.16%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=33.70%
G=31.16%
B=35.14%

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
Decimal2121962210.040.1100.13278.426.8881.76
HexD4C4DD4B0D1161b52
Octal32430433541301542633122
Binary110101001100010011011101100101101101100010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4DD; }

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

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

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

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

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

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

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

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