Html Css Color HEX #DBABB7 Blossom

📋 copy color: '#DBABB7'

red 219 ◦ green 171 ◦ blue 183

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

Shades of Blossom #DBABB7

Tints of Blossom #DBABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.84%

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

R = 38.22%
G = 29.84%
B = 31.94%

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

#DBABB7 (or 0xDBABB7) is known color: Blossom. HEX triplet: DB, AB and B7. RGB value is (219,171,183). Sum of RGB (Red+Green+Blue) = 219+171+183=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABB7 is #245448. Grayscale: #BABABA. Windows color (decimal): -2380873 or 12037083. OLE color: 12037083.

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

Color convert

RGB 219 171 183 -
CMYK 0 0.22 0.16 0.14
HSL 345º 0.4% 0.76% -
HSV(B) 345º 0.22% 0.86% -
XYZ 52.32 47.6 51.23 -
YUV 186.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 219 171 183 0 0.22 0.16 0.14 345 0.4 0.76
Hex DB AB B7 0 16 10 E 159 28 4C
Octal 333 253 267 0 26 20 16 531 50 114
Binary 11011011 10101011 10110111 0 10110 10000 1110 101011001 101000 1001100

Color Harmonies of #DBABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABB7

Black with #DBABB7

Text Example


Text Example

White with #DBABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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