Html Css Color HEX #DDC0C6 Melanie

📋 copy color: '#DDC0C6'

red 221 ◦ green 192 ◦ blue 198

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

Shades of Melanie #DDC0C6

Tints of Melanie #DDC0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.41%

R = 36.17%
G = 31.42%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDC0C6 (or 0xDDC0C6) is known color: Melanie. HEX triplet: DD, C0 and C6. RGB value is (221,192,198). Sum of RGB (Red+Green+Blue) = 221+192+198=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0C6 is #223F39. Grayscale: #C9C9C9. Windows color (decimal): -2244410 or 13025501. OLE color: 13025501.

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

Color convert

RGB 221 192 198 -
CMYK 0 0.13 0.10 0.13
HSL 347.59º 0.3% 0.81% -
HSV(B) 347.59º 0.13% 0.87% -
XYZ 58.86 57.15 61.35 -
YUV 201.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 221 192 198 0 0.13 0.10 0.13 347.59 0.3 0.81
Hex DD C0 C6 0 D A D 15C 1E 51
Octal 335 300 306 0 15 12 15 534 36 121
Binary 11011101 11000000 11000110 0 1101 1010 1101 101011100 11110 1010001

Color Harmonies of #DDC0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0C6

Black with #DDC0C6

Text Example


Text Example

White with #DDC0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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