#DBB5E1

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

Shades of Thistle #DBB5E1

Tints of Thistle #DBB5E1

Color information

#DBB5E1 (or 0xDBB5E1) is unknown color: approx Thistle. HEX triplet: DB, B5 and E1. RGB value is (219,181,225). Sum of RGB (Red+Green+Blue) = 219+181+225=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBB5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5E1 is #244A1E. Grayscale: #C5C5C5. Windows color (decimal): -2378271 or 14792155. OLE color: 14792155.

HSL color Cylindrical-coordinate representation of color #DBB5E1: hue angle of 291.82º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB5E1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219181225-
CMYK0.030.2000.12
HSL291.82º42.31%79.61%-
HSV(B)291.82º19.56%88.24%-
XYZ59.3353.5478.44-
YUV197.38143.59143.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 225 (88.28% from 255) = 36%
R=35.04%
G=28.96%
B=36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191812250.030.2000.12291.8242.3179.61
HexDBB5E13140C1242a50
Octal33326534132401444452120
Binary1101101110110101111000011110100011001001001001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5E1; }

 p { color: rgb(219,181,225); }

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

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

 a { background-color: rgb(219,181,225); }

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

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

 span { border-color: rgb(219,181,225); }

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