#DBBBE0

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

Shades of Thistle #DBBBE0

Tints of Thistle #DBBBE0

Color information

#DBBBE0 (or 0xDBBBE0) is unknown color: approx Thistle. HEX triplet: DB, BB and E0. RGB value is (219,187,224). Sum of RGB (Red+Green+Blue) = 219+187+224=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE0 is #24441F. Grayscale: #C8C8C8. Windows color (decimal): -2376736 or 14728155. OLE color: 14728155.

HSL color Cylindrical-coordinate representation of color #DBBBE0: hue angle of 291.89º degrees, saturation: 0.37, 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 #DBBBE0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219187224-
CMYK0.020.1700.12
HSL291.89º37.37%80.59%-
HSV(B)291.89º16.52%87.84%-
XYZ60.4455.9878.14-
YUV200.79141.1140.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=34.76%
G=29.68%
B=35.56%

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
Decimal2191872240.020.1700.12291.8937.3780.59
HexDBBBE02110C1242551
Octal33327334022101444445121
Binary1101101110111011111000001010001011001001001001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBE0; }

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

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

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

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

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

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

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

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