#D5BEDB

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

Shades of Thistle #D5BEDB

Tints of Thistle #D5BEDB

Color information

#D5BEDB (or 0xD5BEDB) is unknown color: approx Thistle. HEX triplet: D5, BE and DB. RGB value is (213,190,219). Sum of RGB (Red+Green+Blue) = 213+190+219=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEDB is #2A4124. Grayscale: #C8C8C8. Windows color (decimal): -2769189 or 14401237. OLE color: 14401237.

HSL color Cylindrical-coordinate representation of color #D5BEDB: hue angle of 287.59º 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 #D5BEDB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213190219-
CMYK0.030.1300.14
HSL287.59º28.71%80.2%-
HSV(B)287.59º13.24%85.88%-
XYZ58.6456.0974.75-
YUV200.18138.62137.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=34.24%
G=30.55%
B=35.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131902190.030.1300.14287.5928.7180.2
HexD5BEDB3D0E1201d50
Octal32527633331501644035120
Binary11010101101111101101101111110101110100100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEDB; }

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

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

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

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

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

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

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

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