#D8B9DD

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

Shades of Thistle #D8B9DD

Tints of Thistle #D8B9DD

Color information

#D8B9DD (or 0xD8B9DD) is unknown color: approx Thistle. HEX triplet: D8, B9 and DD. RGB value is (216,185,221). Sum of RGB (Red+Green+Blue) = 216+185+221=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9DD is #274622. Grayscale: #C6C6C6. Windows color (decimal): -2573859 or 14531032. OLE color: 14531032.

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

Color convert

RGB216185221-
CMYK0.020.1600.13
HSL291.67º34.62%79.61%-
HSV(B)291.67º16.29%86.67%-
XYZ58.7254.5275.83-
YUV198.37140.77140.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=34.73%
G=29.74%
B=35.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161852210.020.1600.13291.6734.6279.61
HexD8B9DD2100D1242350
Octal33027133522001544443120
Binary1101100010111001110111011010000011011001001001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9DD; }

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

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

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

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

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

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

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

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