Html Css Color HEX #DCC2C7 Melanie

📋 copy color: '#DCC2C7'

red 220 ◦ green 194 ◦ blue 199

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

Shades of Melanie #DCC2C7

Tints of Melanie #DCC2C7

RGB

 RED value IS 220 (86.33% from 255) = 35.89%

 GREEN value IS 194 (76.17% from 255) = 31.65%

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 35.89%
G = 31.65%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCC2C7 (or 0xDCC2C7) is known color: Melanie. HEX triplet: DC, C2 and C7. RGB value is (220,194,199). Sum of RGB (Red+Green+Blue) = 220+194+199=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C7 is #233D38. Grayscale: #CACACA. Windows color (decimal): -2309433 or 13091548. OLE color: 13091548.

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

Color convert

RGB 220 194 199 -
CMYK 0 0.12 0.10 0.14
HSL 348.46º 0.27% 0.81% -
HSV(B) 348.46º 0.12% 0.86% -
XYZ 59.12 57.92 62.1 -
YUV 202.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 220 194 199 0 0.12 0.10 0.14 348.46 0.27 0.81
Hex DC C2 C7 0 C A E 15C 1B 51
Octal 334 302 307 0 14 12 16 534 33 121
Binary 11011100 11000010 11000111 0 1100 1010 1110 101011100 11011 1010001

Color Harmonies of #DCC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2C7

Black with #DCC2C7

Text Example


Text Example

White with #DCC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2C7; }

 p { color: rgb(220,194,199); }

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

background-color css

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

 a { background-color: rgb(220,194,199); }

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

border-color css

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

 span { border-color: rgb(220,194,199); }

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