Html Css Color HEX #DBAAB5 Blossom

📋 copy color: '#DBAAB5'

red 219 ◦ green 170 ◦ blue 181

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

Shades of Blossom #DBAAB5

Tints of Blossom #DBAAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 38.42%
G = 29.82%
B = 31.75%

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

#DBAAB5 (or 0xDBAAB5) is known color: Blossom. HEX triplet: DB, AA and B5. RGB value is (219,170,181). Sum of RGB (Red+Green+Blue) = 219+170+181=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB5 is #24554A. Grayscale: #B9B9B9. Windows color (decimal): -2381131 or 11905755. OLE color: 11905755.

HSL color Cylindrical-coordinate representation of color #DBAAB5: hue angle of 346.53º 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 #DBAAB5 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 181 -
CMYK 0 0.22 0.17 0.14
HSL 346.53º 0.4% 0.76% -
HSV(B) 346.53º 0.22% 0.86% -
XYZ 51.93 47.15 50.08 -
YUV 185.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 219 170 181 0 0.22 0.17 0.14 346.53 0.4 0.76
Hex DB AA B5 0 16 11 E 15B 28 4C
Octal 333 252 265 0 26 21 16 533 50 114
Binary 11011011 10101010 10110101 0 10110 10001 1110 101011011 101000 1001100

Color Harmonies of #DBAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAB5

Black with #DBAAB5

Text Example


Text Example

White with #DBAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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