Html Css Color HEX #DBBADB Thistle

📋 copy color: '#DBBADB'

red 219 ◦ green 186 ◦ blue 219

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

Shades of Thistle #DBBADB

Tints of Thistle #DBBADB

RGB

 RED value IS 219 (85.94% from 255) = 35.1%

 GREEN value IS 186 (73.05% from 255) = 29.81%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 35.1%
G = 29.81%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBBADB (or 0xDBBADB) is known color: Thistle. HEX triplet: DB, BA and DB. RGB value is (219,186,219). Sum of RGB (Red+Green+Blue) = 219+186+219=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBADB is #244524. Grayscale: #C7C7C7. Windows color (decimal): -2376997 or 14400219. OLE color: 14400219.

HSL color Cylindrical-coordinate representation of color #DBBADB: hue angle of 300º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBADB is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 219 -
CMYK 0 0.15 0 0.14
HSL 300º 0.31% 0.79% -
HSV(B) 300º 0.15% 0.86% -
XYZ 59.56 55.29 74.55 -
YUV 199.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 219 186 219 0 0.15 0 0.14 300 0.31 0.79
Hex DB BA DB 0 F 0 E 12C 1F 4F
Octal 333 272 333 0 17 0 16 454 37 117
Binary 11011011 10111010 11011011 0 1111 0 1110 100101100 11111 1001111

Color Harmonies of #DBBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBADB

Black with #DBBADB

Text Example


Text Example

White with #DBBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBADB; }

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

 H1.HeaderClassName
 {
   color: #DBBADB;
 }
 .AnyTagClassName
 {
   color: #DBBADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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