Html Css Color HEX #DDC0C9 Melanie

📋 copy color: '#DDC0C9'

red 221 ◦ green 192 ◦ blue 201

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

Shades of Melanie #DDC0C9

Tints of Melanie #DDC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.27%

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

R = 35.99%
G = 31.27%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDC0C9 (or 0xDDC0C9) is known color: Melanie. HEX triplet: DD, C0 and C9. RGB value is (221,192,201). Sum of RGB (Red+Green+Blue) = 221+192+201=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0C9 is #223F36. Grayscale: #C9C9C9. Windows color (decimal): -2244407 or 13222109. OLE color: 13222109.

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

Color convert

RGB 221 192 201 -
CMYK 0 0.13 0.09 0.13
HSL 341.38º 0.3% 0.81% -
HSV(B) 341.38º 0.13% 0.87% -
XYZ 59.21 57.29 63.2 -
YUV 201.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 221 192 201 0 0.13 0.09 0.13 341.38 0.3 0.81
Hex DD C0 C9 0 D 9 D 155 1E 51
Octal 335 300 311 0 15 11 15 525 36 121
Binary 11011101 11000000 11001001 0 1101 1001 1101 101010101 11110 1010001

Color Harmonies of #DDC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0C9

Black with #DDC0C9

Text Example


Text Example

White with #DDC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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