Html Css Color HEX #DDAEBF Melanie

📋 copy color: '#DDAEBF'

red 221 ◦ green 174 ◦ blue 191

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

Shades of Melanie #DDAEBF

Tints of Melanie #DDAEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.69%

 BLUE value IS 191 (75% from 255) = 32.59%

R = 37.71%
G = 29.69%
B = 32.59%

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

#DDAEBF (or 0xDDAEBF) is known color: Melanie. HEX triplet: DD, AE and BF. RGB value is (221,174,191). Sum of RGB (Red+Green+Blue) = 221+174+191=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEBF is #225140. Grayscale: #BDBDBD. Windows color (decimal): -2249025 or 12562141. OLE color: 12562141.

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

Color convert

RGB 221 174 191 -
CMYK 0 0.21 0.14 0.13
HSL 338.3º 0.41% 0.77% -
HSV(B) 338.3º 0.21% 0.87% -
XYZ 54.36 49.41 55.96 -
YUV 189.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 221 174 191 0 0.21 0.14 0.13 338.3 0.41 0.77
Hex DD AE BF 0 15 E D 152 29 4D
Octal 335 256 277 0 25 16 15 522 51 115
Binary 11011101 10101110 10111111 0 10101 1110 1101 101010010 101001 1001101

Color Harmonies of #DDAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEBF

Black with #DDAEBF

Text Example


Text Example

White with #DDAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEBF; }

 p { color: rgb(221,174,191); }

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

background-color css

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

 a { background-color: rgb(221,174,191); }

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

border-color css

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

 span { border-color: rgb(221,174,191); }

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