Html Css Color HEX #DDAFBA Melanie

📋 copy color: '#DDAFBA'

red 221 ◦ green 175 ◦ blue 186

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

Shades of Melanie #DDAFBA

Tints of Melanie #DDAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 37.97%
G = 30.07%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDAFBA (or 0xDDAFBA) is known color: Melanie. HEX triplet: DD, AF and BA. RGB value is (221,175,186). Sum of RGB (Red+Green+Blue) = 221+175+186=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFBA is #225045. Grayscale: #BEBEBE. Windows color (decimal): -2248774 or 12234717. OLE color: 12234717.

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

Color convert

RGB 221 175 186 -
CMYK 0 0.21 0.16 0.13
HSL 345.65º 0.4% 0.78% -
HSV(B) 345.65º 0.21% 0.87% -
XYZ 54.01 49.58 53.18 -
YUV 190.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 221 175 186 0 0.21 0.16 0.13 345.65 0.4 0.78
Hex DD AF BA 0 15 10 D 15A 28 4E
Octal 335 257 272 0 25 20 15 532 50 116
Binary 11011101 10101111 10111010 0 10101 10000 1101 101011010 101000 1001110

Color Harmonies of #DDAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFBA

Black with #DDAFBA

Text Example


Text Example

White with #DDAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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