Html Css Color HEX #DBB0BA Blossom

📋 copy color: '#DBB0BA'

red 219 ◦ green 176 ◦ blue 186

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

Shades of Blossom #DBB0BA

Tints of Blossom #DBB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.29%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 37.69%
G = 30.29%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBB0BA (or 0xDBB0BA) is known color: Blossom. HEX triplet: DB, B0 and BA. RGB value is (219,176,186). Sum of RGB (Red+Green+Blue) = 219+176+186=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0BA is #244F45. Grayscale: #BEBEBE. Windows color (decimal): -2379590 or 12234971. OLE color: 12234971.

HSL color Cylindrical-coordinate representation of color #DBB0BA: hue angle of 346.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0BA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 186 -
CMYK 0 0.20 0.15 0.14
HSL 346.05º 0.37% 0.77% -
HSV(B) 346.05º 0.2% 0.86% -
XYZ 53.6 49.66 53.21 -
YUV 190 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 219 176 186 0 0.20 0.15 0.14 346.05 0.37 0.77
Hex DB B0 BA 0 14 F E 15A 25 4D
Octal 333 260 272 0 24 17 16 532 45 115
Binary 11011011 10110000 10111010 0 10100 1111 1110 101011010 100101 1001101

Color Harmonies of #DBB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0BA

Black with #DBB0BA

Text Example


Text Example

White with #DBB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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