Html Css Color HEX #DBAAB7 Blossom

📋 copy color: '#DBAAB7'

red 219 ◦ green 170 ◦ blue 183

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

Shades of Blossom #DBAAB7

Tints of Blossom #DBAAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.99%

R = 38.29%
G = 29.72%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBAAB7 (or 0xDBAAB7) is known color: Blossom. HEX triplet: DB, AA and B7. RGB value is (219,170,183). Sum of RGB (Red+Green+Blue) = 219+170+183=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB7 is #245548. Grayscale: #BABABA. Windows color (decimal): -2381129 or 12036827. OLE color: 12036827.

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

Color convert

RGB 219 170 183 -
CMYK 0 0.22 0.16 0.14
HSL 344.08º 0.4% 0.76% -
HSV(B) 344.08º 0.22% 0.86% -
XYZ 52.14 47.23 51.17 -
YUV 186.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 219 170 183 0 0.22 0.16 0.14 344.08 0.4 0.76
Hex DB AA B7 0 16 10 E 158 28 4C
Octal 333 252 267 0 26 20 16 530 50 114
Binary 11011011 10101010 10110111 0 10110 10000 1110 101011000 101000 1001100

Color Harmonies of #DBAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAB7

Black with #DBAAB7

Text Example


Text Example

White with #DBAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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