Html Css Color HEX #DFBABB Pink Flare

📋 copy color: '#DFBABB'

red 223 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #DFBABB

Tints of Pink Flare #DFBABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.21%

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

R = 37.42%
G = 31.21%
B = 31.38%

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

#DFBABB (or 0xDFBABB) is known color: Pink Flare. HEX triplet: DF, BA and BB. RGB value is (223,186,187). Sum of RGB (Red+Green+Blue) = 223+186+187=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABB is #204544. Grayscale: #C5C5C5. Windows color (decimal): -2114885 or 12303071. OLE color: 12303071.

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

Color convert

RGB 223 186 187 -
CMYK 0 0.17 0.16 0.13
HSL 358.38º 0.37% 0.8% -
HSV(B) 358.38º 0.17% 0.87% -
XYZ 56.96 54.39 54.51 -
YUV 197.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 223 186 187 0 0.17 0.16 0.13 358.38 0.37 0.8
Hex DF BA BB 0 11 10 D 166 25 50
Octal 337 272 273 0 21 20 15 546 45 120
Binary 11011111 10111010 10111011 0 10001 10000 1101 101100110 100101 1010000

Color Harmonies of #DFBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBABB

Black with #DFBABB

Text Example


Text Example

White with #DFBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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