#D9BED9

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

Shades of Thistle #D9BED9

Tints of Thistle #D9BED9

Color information

#D9BED9 (or 0xD9BED9) is unknown color: approx Thistle. HEX triplet: D9, BE and D9. RGB value is (217,190,217). Sum of RGB (Red+Green+Blue) = 217+190+217=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BED9 is #264126. Grayscale: #C9C9C9. Windows color (decimal): -2507047 or 14270169. OLE color: 14270169.

HSL color Cylindrical-coordinate representation of color #D9BED9: hue angle of 300º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BED9 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217190217-
CMYK00.1200.15
HSL300º26.21%79.8%-
HSV(B)300º12.44%85.1%-
XYZ59.5556.5973.43-
YUV201.15136.95139.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=34.78%
G=30.45%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719021700.1200.1530026.2179.8
HexD9BED90C0F12c1a50
Octal33127633101401745432120
Binary1101100110111110110110010110001111100101100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BED9; }

 p { color: rgb(217,190,217); }

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

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

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

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

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

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

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