#DBBEDE

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

Shades of Thistle #DBBEDE

Tints of Thistle #DBBEDE

Color information

#DBBEDE (or 0xDBBEDE) is unknown color: approx Thistle. HEX triplet: DB, BE and DE. RGB value is (219,190,222). Sum of RGB (Red+Green+Blue) = 219+190+222=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEDE is #244121. Grayscale: #CACACA. Windows color (decimal): -2375970 or 14597851. OLE color: 14597851.

HSL color Cylindrical-coordinate representation of color #DBBEDE: hue angle of 294.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBEDE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219190222-
CMYK0.010.1400.13
HSL294.38º32.65%80.78%-
HSV(B)294.38º14.41%87.06%-
XYZ60.8157.1676.94-
YUV202.32139.11139.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=34.71%
G=30.11%
B=35.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191902220.010.1400.13294.3832.6580.78
HexDBBEDE1E0D1262151
Octal33327633611601544641121
Binary11011011101111101101111011110011011001001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEDE; }

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

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

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

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

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

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

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

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