Html Css Color HEX #DFB9BB Pink Flare

📋 copy color: '#DFB9BB'

red 223 ◦ green 185 ◦ blue 187

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

Shades of Pink Flare #DFB9BB

Tints of Pink Flare #DFB9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.09%

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 37.48%
G = 31.09%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFB9BB (or 0xDFB9BB) is known color: Pink Flare. HEX triplet: DF, B9 and BB. RGB value is (223,185,187). Sum of RGB (Red+Green+Blue) = 223+185+187=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BB is #204644. Grayscale: #C4C4C4. Windows color (decimal): -2115141 or 12302815. OLE color: 12302815.

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

Color convert

RGB 223 185 187 -
CMYK 0 0.17 0.16 0.13
HSL 356.84º 0.37% 0.8% -
HSV(B) 356.84º 0.17% 0.87% -
XYZ 56.75 53.97 54.44 -
YUV 196.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 223 185 187 0 0.17 0.16 0.13 356.84 0.37 0.8
Hex DF B9 BB 0 11 10 D 165 25 50
Octal 337 271 273 0 21 20 15 545 45 120
Binary 11011111 10111001 10111011 0 10001 10000 1101 101100101 100101 1010000

Color Harmonies of #DFB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9BB

Black with #DFB9BB

Text Example


Text Example

White with #DFB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9BB; }

 p { color: rgb(223,185,187); }

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

background-color css

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

 a { background-color: rgb(223,185,187); }

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

border-color css

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

 span { border-color: rgb(223,185,187); }

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