Html Css Color HEX #DDBAC6 Melanie

📋 copy color: '#DDBAC6'

red 221 ◦ green 186 ◦ blue 198

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

Shades of Melanie #DDBAC6

Tints of Melanie #DDBAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.74%

 BLUE value IS 198 (77.73% from 255) = 32.73%

R = 36.53%
G = 30.74%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDBAC6 (or 0xDDBAC6) is known color: Melanie. HEX triplet: DD, BA and C6. RGB value is (221,186,198). Sum of RGB (Red+Green+Blue) = 221+186+198=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC6 is #224539. Grayscale: #C5C5C5. Windows color (decimal): -2245946 or 13023965. OLE color: 13023965.

HSL color Cylindrical-coordinate representation of color #DDBAC6: hue angle of 339.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAC6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 198 -
CMYK 0 0.16 0.10 0.13
HSL 339.43º 0.34% 0.8% -
HSV(B) 339.43º 0.16% 0.87% -
XYZ 57.57 54.57 60.92 -
YUV 197.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 221 186 198 0 0.16 0.10 0.13 339.43 0.34 0.8
Hex DD BA C6 0 10 A D 153 22 50
Octal 335 272 306 0 20 12 15 523 42 120
Binary 11011101 10111010 11000110 0 10000 1010 1101 101010011 100010 1010000

Color Harmonies of #DDBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAC6

Black with #DDBAC6

Text Example


Text Example

White with #DDBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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