#DBBAE1

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

Shades of Thistle #DBBAE1

Tints of Thistle #DBBAE1

Color information

#DBBAE1 (or 0xDBBAE1) is unknown color: approx Thistle. HEX triplet: DB, BA and E1. RGB value is (219,186,225). Sum of RGB (Red+Green+Blue) = 219+186+225=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAE1 is #24451E. Grayscale: #C8C8C8. Windows color (decimal): -2376991 or 14793435. OLE color: 14793435.

HSL color Cylindrical-coordinate representation of color #DBBAE1: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBAE1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219186225-
CMYK0.030.1700.12
HSL290.77º39.39%80.59%-
HSV(B)290.77º17.33%88.24%-
XYZ60.3655.6178.79-
YUV200.31141.93141.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=34.76%
G=29.52%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191862250.030.1700.12290.7739.3980.59
HexDBBAE13110C1232751
Octal33327234132101444347121
Binary1101101110111010111000011110001011001001000111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAE1; }

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

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

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

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

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

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

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

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