Html Css Color HEX #DBBAE5 Thistle

📋 copy color: '#DBBAE5'

red 219 ◦ green 186 ◦ blue 229

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

Shades of Thistle #DBBAE5

Tints of Thistle #DBBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.12%

R = 34.54%
G = 29.34%
B = 36.12%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBBAE5 (or 0xDBBAE5) is known color: Thistle. HEX triplet: DB, BA and E5. RGB value is (219,186,229). Sum of RGB (Red+Green+Blue) = 219+186+229=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAE5 is #24451A. Grayscale: #C8C8C8. Windows color (decimal): -2376987 or 15055579. OLE color: 15055579.

HSL color Cylindrical-coordinate representation of color #DBBAE5: hue angle of 286.05º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBAE5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 186 229 -
CMYK 0.04 0.19 0 0.10
HSL 286.05º 0.45% 0.81% -
HSV(B) 286.05º 0.19% 0.9% -
XYZ 60.92 55.84 81.7 -
YUV 200.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 219 186 229 0.04 0.19 0 0.10 286.05 0.45 0.81
Hex DB BA E5 4 13 0 A 11E 2D 51
Octal 333 272 345 4 23 0 12 436 55 121
Binary 11011011 10111010 11100101 100 10011 0 1010 100011110 101101 1010001

Color Harmonies of #DBBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAE5

Black with #DBBAE5

Text Example


Text Example

White with #DBBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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