#D8B6DD

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

Shades of Thistle #D8B6DD

Tints of Thistle #D8B6DD

Color information

#D8B6DD (or 0xD8B6DD) is unknown color: approx Thistle. HEX triplet: D8, B6 and DD. RGB value is (216,182,221). Sum of RGB (Red+Green+Blue) = 216+182+221=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8B6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6DD is #274922. Grayscale: #C4C4C4. Windows color (decimal): -2574627 or 14530264. OLE color: 14530264.

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

Color convert

RGB216182221-
CMYK0.020.1800.13
HSL292.31º36.45%79.02%-
HSV(B)292.31º17.65%86.67%-
XYZ58.153.2875.63-
YUV196.61141.76141.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=34.89%
G=29.40%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161822210.020.1800.13292.3136.4579.02
HexD8B6DD2120D124244f
Octal33026633522201544444117
Binary1101100010110110110111011010010011011001001001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B6DD; }

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

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

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

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

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

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

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

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