#D8C5DD

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

Shades of Thistle #D8C5DD

Tints of Thistle #D8C5DD

Color information

#D8C5DD (or 0xD8C5DD) is unknown color: approx Thistle. HEX triplet: D8, C5 and DD. RGB value is (216,197,221). Sum of RGB (Red+Green+Blue) = 216+197+221=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5DD is #273A22. Grayscale: #CDCDCD. Windows color (decimal): -2570787 or 14534104. OLE color: 14534104.

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

Color convert

RGB216197221-
CMYK0.020.1100.13
HSL287.5º26.09%81.96%-
HSV(B)287.5º10.86%86.67%-
XYZ61.3459.7576.71-
YUV205.42136.79135.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=34.07%
G=31.07%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161972210.020.1100.13287.526.0981.96
HexD8C5DD2B0D1201a52
Octal33030533521301544032122
Binary11011000110001011101110110101101101100100000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5DD; }

 p { color: rgb(216,197,221); }

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

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

 a { background-color: rgb(216,197,221); }

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

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

 span { border-color: rgb(216,197,221); }

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