Html Css Color HEX #DFAEBF Melanie

📋 copy color: '#DFAEBF'

red 223 ◦ green 174 ◦ blue 191

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

Shades of Melanie #DFAEBF

Tints of Melanie #DFAEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.59%

 BLUE value IS 191 (75% from 255) = 32.48%

R = 37.93%
G = 29.59%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFAEBF (or 0xDFAEBF) is known color: Melanie. HEX triplet: DF, AE and BF. RGB value is (223,174,191). Sum of RGB (Red+Green+Blue) = 223+174+191=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEBF is #205140. Grayscale: #BEBEBE. Windows color (decimal): -2117953 or 12562143. OLE color: 12562143.

HSL color Cylindrical-coordinate representation of color #DFAEBF: hue angle of 339.18º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAEBF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 174 191 -
CMYK 0 0.22 0.14 0.13
HSL 339.18º 0.43% 0.78% -
HSV(B) 339.18º 0.22% 0.87% -
XYZ 54.97 49.72 55.99 -
YUV 190.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 223 174 191 0 0.22 0.14 0.13 339.18 0.43 0.78
Hex DF AE BF 0 16 E D 153 2B 4E
Octal 337 256 277 0 26 16 15 523 53 116
Binary 11011111 10101110 10111111 0 10110 1110 1101 101010011 101011 1001110

Color Harmonies of #DFAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEBF

Black with #DFAEBF

Text Example


Text Example

White with #DFAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEBF; }

 p { color: rgb(223,174,191); }

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

background-color css

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

 a { background-color: rgb(223,174,191); }

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

border-color css

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

 span { border-color: rgb(223,174,191); }

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