Html Css Color HEX #DDC2C9 Melanie

📋 copy color: '#DDC2C9'

red 221 ◦ green 194 ◦ blue 201

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

Shades of Melanie #DDC2C9

Tints of Melanie #DDC2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.63%

R = 35.88%
G = 31.49%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDC2C9 (or 0xDDC2C9) is known color: Melanie. HEX triplet: DD, C2 and C9. RGB value is (221,194,201). Sum of RGB (Red+Green+Blue) = 221+194+201=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C9 is #223D36. Grayscale: #CACACA. Windows color (decimal): -2243895 or 13222621. OLE color: 13222621.

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

Color convert

RGB 221 194 201 -
CMYK 0 0.12 0.09 0.13
HSL 344.44º 0.28% 0.81% -
HSV(B) 344.44º 0.12% 0.87% -
XYZ 59.65 58.17 63.34 -
YUV 202.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 221 194 201 0 0.12 0.09 0.13 344.44 0.28 0.81
Hex DD C2 C9 0 C 9 D 158 1C 51
Octal 335 302 311 0 14 11 15 530 34 121
Binary 11011101 11000010 11001001 0 1100 1001 1101 101011000 11100 1010001

Color Harmonies of #DDC2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2C9

Black with #DDC2C9

Text Example


Text Example

White with #DDC2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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