Html Css Color HEX #DFB0BA Blossom

📋 copy color: '#DFB0BA'

red 223 ◦ green 176 ◦ blue 186

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

Shades of Blossom #DFB0BA

Tints of Blossom #DFB0BA

RGB

 RED value IS 223 (87.5% from 255) = 38.12%

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

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

R = 38.12%
G = 30.09%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFB0BA (or 0xDFB0BA) is known color: Blossom. HEX triplet: DF, B0 and BA. RGB value is (223,176,186). Sum of RGB (Red+Green+Blue) = 223+176+186=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0BA is #204F45. Grayscale: #BFBFBF. Windows color (decimal): -2117446 or 12234975. OLE color: 12234975.

HSL color Cylindrical-coordinate representation of color #DFB0BA: hue angle of 347.23º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0BA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 186 -
CMYK 0 0.21 0.17 0.13
HSL 347.23º 0.42% 0.78% -
HSV(B) 347.23º 0.21% 0.87% -
XYZ 54.82 50.28 53.27 -
YUV 191.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 223 176 186 0 0.21 0.17 0.13 347.23 0.42 0.78
Hex DF B0 BA 0 15 11 D 15B 2A 4E
Octal 337 260 272 0 25 21 15 533 52 116
Binary 11011111 10110000 10111010 0 10101 10001 1101 101011011 101010 1001110

Color Harmonies of #DFB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0BA

Black with #DFB0BA

Text Example


Text Example

White with #DFB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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