Html Css Color HEX #DFABBA Melanie

📋 copy color: '#DFABBA'

red 223 ◦ green 171 ◦ blue 186

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

Shades of Melanie #DFABBA

Tints of Melanie #DFABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.48%

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

R = 38.45%
G = 29.48%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFABBA (or 0xDFABBA) is known color: Melanie. HEX triplet: DF, AB and BA. RGB value is (223,171,186). Sum of RGB (Red+Green+Blue) = 223+171+186=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABBA is #205445. Grayscale: #BCBCBC. Windows color (decimal): -2118726 or 12233695. OLE color: 12233695.

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

Color convert

RGB 223 171 186 -
CMYK 0 0.23 0.17 0.13
HSL 342.69º 0.45% 0.77% -
HSV(B) 342.69º 0.23% 0.87% -
XYZ 53.86 48.36 52.95 -
YUV 188.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 223 171 186 0 0.23 0.17 0.13 342.69 0.45 0.77
Hex DF AB BA 0 17 11 D 157 2D 4D
Octal 337 253 272 0 27 21 15 527 55 115
Binary 11011111 10101011 10111010 0 10111 10001 1101 101010111 101101 1001101

Color Harmonies of #DFABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABBA

Black with #DFABBA

Text Example


Text Example

White with #DFABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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