Html Css Color HEX #DDBAC7 Melanie

📋 copy color: '#DDBAC7'

red 221 ◦ green 186 ◦ blue 199

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

Shades of Melanie #DDBAC7

Tints of Melanie #DDBAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.84%

R = 36.47%
G = 30.69%
B = 32.84%

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

#DDBAC7 (or 0xDDBAC7) is known color: Melanie. HEX triplet: DD, BA and C7. RGB value is (221,186,199). Sum of RGB (Red+Green+Blue) = 221+186+199=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC7 is #224538. Grayscale: #C5C5C5. Windows color (decimal): -2245945 or 13089501. OLE color: 13089501.

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

Color convert

RGB 221 186 199 -
CMYK 0 0.16 0.10 0.13
HSL 337.71º 0.34% 0.8% -
HSV(B) 337.71º 0.16% 0.87% -
XYZ 57.69 54.61 61.53 -
YUV 197.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 221 186 199 0 0.16 0.10 0.13 337.71 0.34 0.8
Hex DD BA C7 0 10 A D 152 22 50
Octal 335 272 307 0 20 12 15 522 42 120
Binary 11011101 10111010 11000111 0 10000 1010 1101 101010010 100010 1010000

Color Harmonies of #DDBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAC7

Black with #DDBAC7

Text Example


Text Example

White with #DDBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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