#D9BED7

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

Shades of Thistle #D9BED7

Tints of Thistle #D9BED7

Color information

#D9BED7 (or 0xD9BED7) is unknown color: approx Thistle. HEX triplet: D9, BE and D7. RGB value is (217,190,215). Sum of RGB (Red+Green+Blue) = 217+190+215=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BED7 is #264128. Grayscale: #C8C8C8. Windows color (decimal): -2507049 or 14139097. OLE color: 14139097.

HSL color Cylindrical-coordinate representation of color #D9BED7: hue angle of 304.44º 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 #D9BED7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217190215-
CMYK00.120.010.15
HSL304.44º26.21%79.8%-
HSV(B)304.44º12.44%85.1%-
XYZ59.2956.4872.07-
YUV200.92135.95139.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=34.89%
G=30.55%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719021500.120.010.15304.4426.2179.8
HexD9BED70C1F1301a50
Octal33127632701411746032120
Binary1101100110111110110101110110011111100110000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BED7; }

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

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

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

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

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

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

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

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