#D9BEDB

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

Shades of Thistle #D9BEDB

Tints of Thistle #D9BEDB

Color information

#D9BEDB (or 0xD9BEDB) is unknown color: approx Thistle. HEX triplet: D9, BE and DB. RGB value is (217,190,219). Sum of RGB (Red+Green+Blue) = 217+190+219=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEDB is #264124. Grayscale: #C9C9C9. Windows color (decimal): -2507045 or 14401241. OLE color: 14401241.

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

Color convert

RGB217190219-
CMYK0.010.1300.14
HSL295.86º28.71%80.2%-
HSV(B)295.86º13.24%85.88%-
XYZ59.8156.6974.81-
YUV201.38137.95139.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=34.66%
G=30.35%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171902190.010.1300.14295.8628.7180.2
HexD9BEDB1D0E1281d50
Octal33127633311501645035120
Binary1101100110111110110110111110101110100101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEDB; }

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

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

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

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

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

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

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

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