#DBBEE0

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

Shades of Thistle #DBBEE0

Tints of Thistle #DBBEE0

Color information

#DBBEE0 (or 0xDBBEE0) is unknown color: approx Thistle. HEX triplet: DB, BE and E0. RGB value is (219,190,224). Sum of RGB (Red+Green+Blue) = 219+190+224=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEE0 is #24411F. Grayscale: #CACACA. Windows color (decimal): -2375968 or 14728923. OLE color: 14728923.

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

Color convert

RGB219190224-
CMYK0.020.1500.12
HSL291.18º35.42%81.18%-
HSV(B)291.18º15.18%87.84%-
XYZ61.0857.2778.36-
YUV202.55140.11139.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=34.60%
G=30.02%
B=35.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191902240.020.1500.12291.1835.4281.18
HexDBBEE02F0C1232351
Octal33327634021701444343121
Binary110110111011111011100000101111011001001000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEE0; }

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

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

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

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

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

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

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

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