Html Css Color HEX #DBBADD Thistle

📋 copy color: '#DBBADD'

red 219 ◦ green 186 ◦ blue 221

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

Shades of Thistle #DBBADD

Tints of Thistle #DBBADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 34.98%
G = 29.71%
B = 35.3%

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

#DBBADD (or 0xDBBADD) is known color: Thistle. HEX triplet: DB, BA and DD. RGB value is (219,186,221). Sum of RGB (Red+Green+Blue) = 219+186+221=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBADD is #244522. Grayscale: #C7C7C7. Windows color (decimal): -2376995 or 14531291. OLE color: 14531291.

HSL color Cylindrical-coordinate representation of color #DBBADD: hue angle of 296.57º degrees, saturation: 0.34, 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 #DBBADD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 186 221 -
CMYK 0.01 0.16 0 0.13
HSL 296.57º 0.34% 0.8% -
HSV(B) 296.57º 0.16% 0.87% -
XYZ 59.82 55.4 75.95 -
YUV 199.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 219 186 221 0.01 0.16 0 0.13 296.57 0.34 0.8
Hex DB BA DD 1 10 0 D 129 22 50
Octal 333 272 335 1 20 0 15 451 42 120
Binary 11011011 10111010 11011101 1 10000 0 1101 100101001 100010 1010000

Color Harmonies of #DBBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBADD

Black with #DBBADD

Text Example


Text Example

White with #DBBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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