Html Css Color HEX #DDC2C4 Melanie

📋 copy color: '#DDC2C4'

red 221 ◦ green 194 ◦ blue 196

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

Shades of Melanie #DDC2C4

Tints of Melanie #DDC2C4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.75%

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 36.17%
G = 31.75%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDC2C4 (or 0xDDC2C4) is known color: Melanie. HEX triplet: DD, C2 and C4. RGB value is (221,194,196). Sum of RGB (Red+Green+Blue) = 221+194+196=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C4 is #223D3B. Grayscale: #CACACA. Windows color (decimal): -2243900 or 12894941. OLE color: 12894941.

HSL color Cylindrical-coordinate representation of color #DDC2C4: hue angle of 355.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2C4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 196 -
CMYK 0 0.12 0.11 0.13
HSL 355.56º 0.28% 0.81% -
HSV(B) 355.56º 0.12% 0.87% -
XYZ 59.07 57.94 60.29 -
YUV 202.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 221 194 196 0 0.12 0.11 0.13 355.56 0.28 0.81
Hex DD C2 C4 0 C B D 164 1C 51
Octal 335 302 304 0 14 13 15 544 34 121
Binary 11011101 11000010 11000100 0 1100 1011 1101 101100100 11100 1010001

Color Harmonies of #DDC2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2C4

Black with #DDC2C4

Text Example


Text Example

White with #DDC2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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