#DBBAE0

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

Shades of Thistle #DBBAE0

Tints of Thistle #DBBAE0

Color information

#DBBAE0 (or 0xDBBAE0) is unknown color: approx Thistle. HEX triplet: DB, BA and E0. RGB value is (219,186,224). Sum of RGB (Red+Green+Blue) = 219+186+224=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAE0 is #24451F. Grayscale: #C8C8C8. Windows color (decimal): -2376992 or 14727899. OLE color: 14727899.

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

Color convert

RGB219186224-
CMYK0.020.1700.12
HSL292.11º38%80.39%-
HSV(B)292.11º16.96%87.84%-
XYZ60.2355.5678.07-
YUV200.2141.43141.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=34.82%
G=29.57%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191862240.020.1700.12292.113880.39
HexDBBAE02110C1242650
Octal33327234022101444446120
Binary1101101110111010111000001010001011001001001001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAE0; }

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

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

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

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

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

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

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

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