Html Css Color HEX #DCC6C7 Melanie

📋 copy color: '#DCC6C7'

red 220 ◦ green 198 ◦ blue 199

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

Shades of Melanie #DCC6C7

Tints of Melanie #DCC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.09%

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

R = 35.66%
G = 32.09%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCC6C7 (or 0xDCC6C7) is known color: Melanie. HEX triplet: DC, C6 and C7. RGB value is (220,198,199). Sum of RGB (Red+Green+Blue) = 220+198+199=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C7 is #233938. Grayscale: #CCCCCC. Windows color (decimal): -2308409 or 13092572. OLE color: 13092572.

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

Color convert

RGB 220 198 199 -
CMYK 0 0.1 0.10 0.14
HSL 357.27º 0.24% 0.82% -
HSV(B) 357.27º 0.1% 0.86% -
XYZ 60.02 59.73 62.4 -
YUV 204.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 220 198 199 0 0.1 0.10 0.14 357.27 0.24 0.82
Hex DC C6 C7 0 A A E 165 18 52
Octal 334 306 307 0 12 12 16 545 30 122
Binary 11011100 11000110 11000111 0 1010 1010 1110 101100101 11000 1010010

Color Harmonies of #DCC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6C7

Black with #DCC6C7

Text Example


Text Example

White with #DCC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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