Html Css Color HEX #DDC7CA Melanie

📋 copy color: '#DDC7CA'

red 221 ◦ green 199 ◦ blue 202

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

Shades of Melanie #DDC7CA

Tints of Melanie #DDC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.99%

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 35.53%
G = 31.99%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDC7CA (or 0xDDC7CA) is known color: Melanie. HEX triplet: DD, C7 and CA. RGB value is (221,199,202). Sum of RGB (Red+Green+Blue) = 221+199+202=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CA is #223835. Grayscale: #CDCDCD. Windows color (decimal): -2242614 or 13289437. OLE color: 13289437.

HSL color Cylindrical-coordinate representation of color #DDC7CA: hue angle of 351.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7CA is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 202 -
CMYK 0 0.10 0.09 0.13
HSL 351.82º 0.24% 0.82% -
HSV(B) 351.82º 0.1% 0.87% -
XYZ 60.9 60.48 64.34 -
YUV 205.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 221 199 202 0 0.10 0.09 0.13 351.82 0.24 0.82
Hex DD C7 CA 0 A 9 D 160 18 52
Octal 335 307 312 0 12 11 15 540 30 122
Binary 11011101 11000111 11001010 0 1010 1001 1101 101100000 11000 1010010

Color Harmonies of #DDC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7CA

Black with #DDC7CA

Text Example


Text Example

White with #DDC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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