Html Css Color HEX #DDBAC2 Melanie

📋 copy color: '#DDBAC2'

red 221 ◦ green 186 ◦ blue 194

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

Shades of Melanie #DDBAC2

Tints of Melanie #DDBAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.28%

R = 36.77%
G = 30.95%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DDBAC2 (or 0xDDBAC2) is known color: Melanie. HEX triplet: DD, BA and C2. RGB value is (221,186,194). Sum of RGB (Red+Green+Blue) = 221+186+194=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC2 is #22453D. Grayscale: #C5C5C5. Windows color (decimal): -2245950 or 12761821. OLE color: 12761821.

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

Color convert

RGB 221 186 194 -
CMYK 0 0.16 0.12 0.13
HSL 346.29º 0.34% 0.8% -
HSV(B) 346.29º 0.16% 0.87% -
XYZ 57.12 54.39 58.53 -
YUV 197.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 221 186 194 0 0.16 0.12 0.13 346.29 0.34 0.8
Hex DD BA C2 0 10 C D 15A 22 50
Octal 335 272 302 0 20 14 15 532 42 120
Binary 11011101 10111010 11000010 0 10000 1100 1101 101011010 100010 1010000

Color Harmonies of #DDBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAC2

Black with #DDBAC2

Text Example


Text Example

White with #DDBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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