Html Css Color HEX #DDC3C8 Melanie

📋 copy color: '#DDC3C8'

red 221 ◦ green 195 ◦ blue 200

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

Shades of Melanie #DDC3C8

Tints of Melanie #DDC3C8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.66%

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

R = 35.88%
G = 31.66%
B = 32.47%

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

#DDC3C8 (or 0xDDC3C8) is known color: Melanie. HEX triplet: DD, C3 and C8. RGB value is (221,195,200). Sum of RGB (Red+Green+Blue) = 221+195+200=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3C8 is #223C37. Grayscale: #CBCBCB. Windows color (decimal): -2243640 or 13157341. OLE color: 13157341.

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

Color convert

RGB 221 195 200 -
CMYK 0 0.12 0.10 0.13
HSL 348.46º 0.28% 0.82% -
HSV(B) 348.46º 0.12% 0.87% -
XYZ 59.76 58.57 62.8 -
YUV 203.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 221 195 200 0 0.12 0.10 0.13 348.46 0.28 0.82
Hex DD C3 C8 0 C A D 15C 1C 52
Octal 335 303 310 0 14 12 15 534 34 122
Binary 11011101 11000011 11001000 0 1100 1010 1101 101011100 11100 1010010

Color Harmonies of #DDC3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3C8

Black with #DDC3C8

Text Example


Text Example

White with #DDC3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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