Html Css Color HEX #DDC2C7 Melanie

📋 copy color: '#DDC2C7'

red 221 ◦ green 194 ◦ blue 199

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

Shades of Melanie #DDC2C7

Tints of Melanie #DDC2C7

RGB

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

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

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

R = 35.99%
G = 31.6%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDC2C7 (or 0xDDC2C7) is known color: Melanie. HEX triplet: DD, C2 and C7. RGB value is (221,194,199). Sum of RGB (Red+Green+Blue) = 221+194+199=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C7 is #223D38. Grayscale: #CACACA. Windows color (decimal): -2243897 or 13091549. OLE color: 13091549.

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

Color convert

RGB 221 194 199 -
CMYK 0 0.12 0.10 0.13
HSL 348.89º 0.28% 0.81% -
HSV(B) 348.89º 0.12% 0.87% -
XYZ 59.42 58.08 62.11 -
YUV 202.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 221 194 199 0 0.12 0.10 0.13 348.89 0.28 0.81
Hex DD C2 C7 0 C A D 15D 1C 51
Octal 335 302 307 0 14 12 15 535 34 121
Binary 11011101 11000010 11000111 0 1100 1010 1101 101011101 11100 1010001

Color Harmonies of #DDC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2C7

Black with #DDC2C7

Text Example


Text Example

White with #DDC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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