Html Css Color HEX #DBAAB6 Blossom

📋 copy color: '#DBAAB6'

red 219 ◦ green 170 ◦ blue 182

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

Shades of Blossom #DBAAB6

Tints of Blossom #DBAAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.77%

 BLUE value IS 182 (71.48% from 255) = 31.87%

R = 38.35%
G = 29.77%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBAAB6 (or 0xDBAAB6) is known color: Blossom. HEX triplet: DB, AA and B6. RGB value is (219,170,182). Sum of RGB (Red+Green+Blue) = 219+170+182=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB6 is #245549. Grayscale: #BABABA. Windows color (decimal): -2381130 or 11971291. OLE color: 11971291.

HSL color Cylindrical-coordinate representation of color #DBAAB6: hue angle of 345.31º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAAB6 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 182 -
CMYK 0 0.22 0.17 0.14
HSL 345.31º 0.4% 0.76% -
HSV(B) 345.31º 0.22% 0.86% -
XYZ 52.03 47.19 50.62 -
YUV 186.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 219 170 182 0 0.22 0.17 0.14 345.31 0.4 0.76
Hex DB AA B6 0 16 11 E 159 28 4C
Octal 333 252 266 0 26 21 16 531 50 114
Binary 11011011 10101010 10110110 0 10110 10001 1110 101011001 101000 1001100

Color Harmonies of #DBAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAB6

Black with #DBAAB6

Text Example


Text Example

White with #DBAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAB6; }

 p { color: rgb(219,170,182); }

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

background-color css

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

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

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

border-color css

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

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

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