#D6C4DD

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

Shades of Titan White #D6C4DD

Tints of Titan White #D6C4DD

Color information

#D6C4DD (or 0xD6C4DD) is unknown color: approx Titan White. HEX triplet: D6, C4 and DD. RGB value is (214,196,221). Sum of RGB (Red+Green+Blue) = 214+196+221=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C4DD is #293B22. Grayscale: #CCCCCC. Windows color (decimal): -2702115 or 14533846. OLE color: 14533846.

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

Color convert

RGB214196221-
CMYK0.030.1100.13
HSL283.2º26.88%81.76%-
HSV(B)283.2º11.31%86.67%-
XYZ60.525976.6-
YUV204.23137.46134.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 196 (76.95% from 255) = 31.06%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=33.91%
G=31.06%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141962210.030.1100.13283.226.8881.76
HexD6C4DD3B0D11b1b52
Octal32630433531301543333122
Binary11010110110001001101110111101101101100011011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C4DD; }

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

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

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

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

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

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

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

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