Html Css Color HEX #DDAFC0 Melanie

📋 copy color: '#DDAFC0'

red 221 ◦ green 175 ◦ blue 192

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

Shades of Melanie #DDAFC0

Tints of Melanie #DDAFC0

RGB

 RED value IS 221 (86.72% from 255) = 37.59%

 GREEN value IS 175 (68.75% from 255) = 29.76%

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 37.59%
G = 29.76%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DDAFC0 (or 0xDDAFC0) is known color: Melanie. HEX triplet: DD, AF and C0. RGB value is (221,175,192). Sum of RGB (Red+Green+Blue) = 221+175+192=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC0 is #22503F. Grayscale: #BEBEBE. Windows color (decimal): -2248768 or 12627933. OLE color: 12627933.

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

Color convert

RGB 221 175 192 -
CMYK 0 0.21 0.13 0.13
HSL 337.83º 0.4% 0.78% -
HSV(B) 337.83º 0.21% 0.87% -
XYZ 54.66 49.84 56.61 -
YUV 190.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 221 175 192 0 0.21 0.13 0.13 337.83 0.4 0.78
Hex DD AF C0 0 15 D D 152 28 4E
Octal 335 257 300 0 25 15 15 522 50 116
Binary 11011101 10101111 11000000 0 10101 1101 1101 101010010 101000 1001110

Color Harmonies of #DDAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFC0

Black with #DDAFC0

Text Example


Text Example

White with #DDAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFC0; }

 p { color: rgb(221,175,192); }

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

background-color css

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

 a { background-color: rgb(221,175,192); }

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

border-color css

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

 span { border-color: rgb(221,175,192); }

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