Html Css Color HEX #DDAFC1 Melanie

📋 copy color: '#DDAFC1'

red 221 ◦ green 175 ◦ blue 193

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

Shades of Melanie #DDAFC1

Tints of Melanie #DDAFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.77%

R = 37.52%
G = 29.71%
B = 32.77%

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

#DDAFC1 (or 0xDDAFC1) is known color: Melanie. HEX triplet: DD, AF and C1. RGB value is (221,175,193). Sum of RGB (Red+Green+Blue) = 221+175+193=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC1 is #22503E. Grayscale: #BEBEBE. Windows color (decimal): -2248767 or 12693469. OLE color: 12693469.

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

Color convert

RGB 221 175 193 -
CMYK 0 0.21 0.13 0.13
HSL 336.52º 0.4% 0.78% -
HSV(B) 336.52º 0.21% 0.87% -
XYZ 54.77 49.88 57.19 -
YUV 190.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 221 175 193 0 0.21 0.13 0.13 336.52 0.4 0.78
Hex DD AF C1 0 15 D D 151 28 4E
Octal 335 257 301 0 25 15 15 521 50 116
Binary 11011101 10101111 11000001 0 10101 1101 1101 101010001 101000 1001110

Color Harmonies of #DDAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFC1

Black with #DDAFC1

Text Example


Text Example

White with #DDAFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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