Html Css Color HEX #DFB1BA Blossom

📋 copy color: '#DFB1BA'

red 223 ◦ green 177 ◦ blue 186

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

Shades of Blossom #DFB1BA

Tints of Blossom #DFB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.2%

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

R = 38.05%
G = 30.2%
B = 31.74%

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

#DFB1BA (or 0xDFB1BA) is known color: Blossom. HEX triplet: DF, B1 and BA. RGB value is (223,177,186). Sum of RGB (Red+Green+Blue) = 223+177+186=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1BA is #204E45. Grayscale: #BFBFBF. Windows color (decimal): -2117190 or 12235231. OLE color: 12235231.

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

Color convert

RGB 223 177 186 -
CMYK 0 0.21 0.17 0.13
HSL 348.26º 0.42% 0.78% -
HSV(B) 348.26º 0.21% 0.87% -
XYZ 55.02 50.68 53.34 -
YUV 191.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 223 177 186 0 0.21 0.17 0.13 348.26 0.42 0.78
Hex DF B1 BA 0 15 11 D 15C 2A 4E
Octal 337 261 272 0 25 21 15 534 52 116
Binary 11011111 10110001 10111010 0 10101 10001 1101 101011100 101010 1001110

Color Harmonies of #DFB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1BA

Black with #DFB1BA

Text Example


Text Example

White with #DFB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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