Html Css Color HEX #DBBADE Thistle

📋 copy color: '#DBBADE'

red 219 ◦ green 186 ◦ blue 222

#DBBADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DBBADE

Tints of Thistle #DBBADE

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 value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBBADE (or 0xDBBADE) is known color: 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

RGB 219 186 222 -
CMYK 0.01 0.16 0 0.13
HSL 295º 0.35% 0.8% -
HSV(B) 295º 0.16% 0.87% -
XYZ 59.96 55.45 76.65 -
YUV 199.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 219 186 222 0.01 0.16 0 0.13 295 0.35 0.8
Hex DB BA DE 1 10 0 D 127 23 50
Octal 333 272 336 1 20 0 15 447 43 120
Binary 11011011 10111010 11011110 1 10000 0 1101 100100111 100011 1010000

Color Harmonies of #DBBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBADE

Black with #DBBADE

Text Example


Text Example

White with #DBBADE

Text Example


Text Example

HTML Codes & Css Web 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>