Html Css Color HEX #DDBAC0 Melanie

📋 copy color: '#DDBAC0'

red 221 ◦ green 186 ◦ blue 192

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

Shades of Melanie #DDBAC0

Tints of Melanie #DDBAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.05%

R = 36.89%
G = 31.05%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DDBAC0 (or 0xDDBAC0) is known color: Melanie. HEX triplet: DD, BA and C0. RGB value is (221,186,192). Sum of RGB (Red+Green+Blue) = 221+186+192=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC0 is #22453F. Grayscale: #C5C5C5. Windows color (decimal): -2245952 or 12630749. OLE color: 12630749.

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

Color convert

RGB 221 186 192 -
CMYK 0 0.16 0.13 0.13
HSL 349.71º 0.34% 0.8% -
HSV(B) 349.71º 0.16% 0.87% -
XYZ 56.89 54.3 57.35 -
YUV 197.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 221 186 192 0 0.16 0.13 0.13 349.71 0.34 0.8
Hex DD BA C0 0 10 D D 15E 22 50
Octal 335 272 300 0 20 15 15 536 42 120
Binary 11011101 10111010 11000000 0 10000 1101 1101 101011110 100010 1010000

Color Harmonies of #DDBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAC0

Black with #DDBAC0

Text Example


Text Example

White with #DDBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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