Html Css Color HEX #DFA8BB Melanie

📋 copy color: '#DFA8BB'

red 223 ◦ green 168 ◦ blue 187

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

Shades of Melanie #DFA8BB

Tints of Melanie #DFA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.07%

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

R = 38.58%
G = 29.07%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFA8BB (or 0xDFA8BB) is known color: Melanie. HEX triplet: DF, A8 and BB. RGB value is (223,168,187). Sum of RGB (Red+Green+Blue) = 223+168+187=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8BB is #205744. Grayscale: #BABABA. Windows color (decimal): -2119493 or 12298463. OLE color: 12298463.

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

Color convert

RGB 223 168 187 -
CMYK 0 0.25 0.16 0.13
HSL 339.27º 0.46% 0.77% -
HSV(B) 339.27º 0.25% 0.87% -
XYZ 53.4 47.28 53.33 -
YUV 186.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 223 168 187 0 0.25 0.16 0.13 339.27 0.46 0.77
Hex DF A8 BB 0 19 10 D 153 2E 4D
Octal 337 250 273 0 31 20 15 523 56 115
Binary 11011111 10101000 10111011 0 11001 10000 1101 101010011 101110 1001101

Color Harmonies of #DFA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8BB

Black with #DFA8BB

Text Example


Text Example

White with #DFA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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