Html Css Color HEX #DFB7BA Blossom

📋 copy color: '#DFB7BA'

red 223 ◦ green 183 ◦ blue 186

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

Shades of Blossom #DFB7BA

Tints of Blossom #DFB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.91%

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

R = 37.67%
G = 30.91%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFB7BA (or 0xDFB7BA) is known color: Blossom. HEX triplet: DF, B7 and BA. RGB value is (223,183,186). Sum of RGB (Red+Green+Blue) = 223+183+186=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7BA is #204845. Grayscale: #C3C3C3. Windows color (decimal): -2115654 or 12236767. OLE color: 12236767.

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

Color convert

RGB 223 183 186 -
CMYK 0 0.18 0.17 0.13
HSL 355.5º 0.38% 0.8% -
HSV(B) 355.5º 0.18% 0.87% -
XYZ 56.23 53.1 53.74 -
YUV 195.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 223 183 186 0 0.18 0.17 0.13 355.5 0.38 0.8
Hex DF B7 BA 0 12 11 D 164 26 50
Octal 337 267 272 0 22 21 15 544 46 120
Binary 11011111 10110111 10111010 0 10010 10001 1101 101100100 100110 1010000

Color Harmonies of #DFB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB7BA

Black with #DFB7BA

Text Example


Text Example

White with #DFB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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