Html Css Color HEX #DDAFBD Melanie

📋 copy color: '#DDAFBD'

red 221 ◦ green 175 ◦ blue 189

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

Shades of Melanie #DDAFBD

Tints of Melanie #DDAFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 37.78%
G = 29.91%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDAFBD (or 0xDDAFBD) is known color: Melanie. HEX triplet: DD, AF and BD. RGB value is (221,175,189). Sum of RGB (Red+Green+Blue) = 221+175+189=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBD is #225042. Grayscale: #BEBEBE. Windows color (decimal): -2248771 or 12431325. OLE color: 12431325.

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

Color convert

RGB 221 175 189 -
CMYK 0 0.21 0.14 0.13
HSL 341.74º 0.4% 0.78% -
HSV(B) 341.74º 0.21% 0.87% -
XYZ 54.33 49.71 54.87 -
YUV 190.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 221 175 189 0 0.21 0.14 0.13 341.74 0.4 0.78
Hex DD AF BD 0 15 E D 156 28 4E
Octal 335 257 275 0 25 16 15 526 50 116
Binary 11011101 10101111 10111101 0 10101 1110 1101 101010110 101000 1001110

Color Harmonies of #DDAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFBD

Black with #DDAFBD

Text Example


Text Example

White with #DDAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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