Html Css Color HEX #DDAFBC Melanie

📋 copy color: '#DDAFBC'

red 221 ◦ green 175 ◦ blue 188

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

Shades of Melanie #DDAFBC

Tints of Melanie #DDAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 37.84%
G = 29.97%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDAFBC (or 0xDDAFBC) is known color: Melanie. HEX triplet: DD, AF and BC. RGB value is (221,175,188). Sum of RGB (Red+Green+Blue) = 221+175+188=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBC is #225043. Grayscale: #BEBEBE. Windows color (decimal): -2248772 or 12365789. OLE color: 12365789.

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

Color convert

RGB 221 175 188 -
CMYK 0 0.21 0.15 0.13
HSL 343.04º 0.4% 0.78% -
HSV(B) 343.04º 0.21% 0.87% -
XYZ 54.23 49.66 54.3 -
YUV 190.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 221 175 188 0 0.21 0.15 0.13 343.04 0.4 0.78
Hex DD AF BC 0 15 F D 157 28 4E
Octal 335 257 274 0 25 17 15 527 50 116
Binary 11011101 10101111 10111100 0 10101 1111 1101 101010111 101000 1001110

Color Harmonies of #DDAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFBC

Black with #DDAFBC

Text Example


Text Example

White with #DDAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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