#D9BDDD

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

Shades of Thistle #D9BDDD

Tints of Thistle #D9BDDD

Color information

#D9BDDD (or 0xD9BDDD) is unknown color: approx Thistle. HEX triplet: D9, BD and DD. RGB value is (217,189,221). Sum of RGB (Red+Green+Blue) = 217+189+221=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDDD is #264222. Grayscale: #C8C8C8. Windows color (decimal): -2507299 or 14532057. OLE color: 14532057.

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

Color convert

RGB217189221-
CMYK0.020.1400.13
HSL292.5º32%80.39%-
HSV(B)292.5º14.48%86.67%-
XYZ59.8656.3776.13-
YUV201.02139.28139.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=34.61%
G=30.14%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171892210.020.1400.13292.53280.39
HexD9BDDD2E0D1242050
Octal33127533521601544440120
Binary110110011011110111011101101110011011001001001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDDD; }

 p { color: rgb(217,189,221); }

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

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

 a { background-color: rgb(217,189,221); }

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

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

 span { border-color: rgb(217,189,221); }

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