Html Css Color HEX #DDAFC2 Melanie

📋 copy color: '#DDAFC2'

red 221 ◦ green 175 ◦ blue 194

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

Shades of Melanie #DDAFC2

Tints of Melanie #DDAFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 37.46%
G = 29.66%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDAFC2 (or 0xDDAFC2) is known color: Melanie. HEX triplet: DD, AF and C2. RGB value is (221,175,194). Sum of RGB (Red+Green+Blue) = 221+175+194=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC2 is #22503D. Grayscale: #BEBEBE. Windows color (decimal): -2248766 or 12759005. OLE color: 12759005.

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

Color convert

RGB 221 175 194 -
CMYK 0 0.21 0.12 0.13
HSL 335.22º 0.4% 0.78% -
HSV(B) 335.22º 0.21% 0.87% -
XYZ 54.89 49.93 57.78 -
YUV 190.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 221 175 194 0 0.21 0.12 0.13 335.22 0.4 0.78
Hex DD AF C2 0 15 C D 14F 28 4E
Octal 335 257 302 0 25 14 15 517 50 116
Binary 11011101 10101111 11000010 0 10101 1100 1101 101001111 101000 1001110

Color Harmonies of #DDAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFC2

Black with #DDAFC2

Text Example


Text Example

White with #DDAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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