Html Css Color HEX #DDC7C8 Melanie

📋 copy color: '#DDC7C8'

red 221 ◦ green 199 ◦ blue 200

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

Shades of Melanie #DDC7C8

Tints of Melanie #DDC7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.26%

R = 35.65%
G = 32.1%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDC7C8 (or 0xDDC7C8) is known color: Melanie. HEX triplet: DD, C7 and C8. RGB value is (221,199,200). Sum of RGB (Red+Green+Blue) = 221+199+200=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7C8 is #223837. Grayscale: #CDCDCD. Windows color (decimal): -2242616 or 13158365. OLE color: 13158365.

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

Color convert

RGB 221 199 200 -
CMYK 0 0.10 0.10 0.13
HSL 357.27º 0.24% 0.82% -
HSV(B) 357.27º 0.1% 0.87% -
XYZ 60.67 60.39 63.1 -
YUV 205.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 221 199 200 0 0.10 0.10 0.13 357.27 0.24 0.82
Hex DD C7 C8 0 A A D 165 18 52
Octal 335 307 310 0 12 12 15 545 30 122
Binary 11011101 11000111 11001000 0 1010 1010 1101 101100101 11000 1010010

Color Harmonies of #DDC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7C8

Black with #DDC7C8

Text Example


Text Example

White with #DDC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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