#DBBADE

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

Shades of Thistle #DBBADE

Tints of Thistle #DBBADE

Color information

#DBBADE (or 0xDBBADE) is unknown color: approx Thistle. HEX triplet: DB, BA and DE. RGB value is (219,186,222). Sum of RGB (Red+Green+Blue) = 219+186+222=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBADE is #244521. Grayscale: #C7C7C7. Windows color (decimal): -2376994 or 14596827. OLE color: 14596827.

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

Color convert

RGB219186222-
CMYK0.010.1600.13
HSL295º35.29%80%-
HSV(B)295º16.22%87.06%-
XYZ59.9655.4576.65-
YUV199.97140.43141.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=34.93%
G=29.67%
B=35.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191862220.010.1600.1329535.2980
HexDBBADE1100D1272350
Octal33327233612001544743120
Binary110110111011101011011110110000011011001001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBADE; }

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

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

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

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

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

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

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

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