#D8B4DD

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

Shades of Thistle #D8B4DD

Tints of Thistle #D8B4DD

Color information

#D8B4DD (or 0xD8B4DD) is unknown color: approx Thistle. HEX triplet: D8, B4 and DD. RGB value is (216,180,221). Sum of RGB (Red+Green+Blue) = 216+180+221=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4DD is #274B22. Grayscale: #C3C3C3. Windows color (decimal): -2575139 or 14529752. OLE color: 14529752.

HSL color Cylindrical-coordinate representation of color #D8B4DD: hue angle of 292.68º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B4DD is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216180221-
CMYK0.020.1900.13
HSL292.68º37.61%78.63%-
HSV(B)292.68º18.55%86.67%-
XYZ57.6952.4675.49-
YUV195.44142.43142.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=35.01%
G=29.17%
B=35.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161802210.020.1900.13292.6837.6178.63
HexD8B4DD2130D125264f
Octal33026433522301544546117
Binary1101100010110100110111011010011011011001001011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B4DD; }

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

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

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

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

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

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

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

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