#DBBAE3

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

Shades of Thistle #DBBAE3

Tints of Thistle #DBBAE3

Color information

#DBBAE3 (or 0xDBBAE3) is unknown color: approx Thistle. HEX triplet: DB, BA and E3. RGB value is (219,186,227). Sum of RGB (Red+Green+Blue) = 219+186+227=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAE3 is #24451C. Grayscale: #C8C8C8. Windows color (decimal): -2376989 or 14924507. OLE color: 14924507.

HSL color Cylindrical-coordinate representation of color #DBBAE3: hue angle of 288.29º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBAE3 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219186227-
CMYK0.040.1800.11
HSL288.29º42.27%80.98%-
HSV(B)288.29º18.06%89.02%-
XYZ60.6455.7280.23-
YUV200.54142.93141.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=34.65%
G=29.43%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191862270.040.1800.11288.2942.2780.98
HexDBBAE34120B1202a51
Octal33327234342201344052121
Binary11011011101110101110001110010010010111001000001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAE3; }

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

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

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

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

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

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

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

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