Html Css Color HEX #DCC5C7 Melanie

📋 copy color: '#DCC5C7'

red 220 ◦ green 197 ◦ blue 199

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

Shades of Melanie #DCC5C7

Tints of Melanie #DCC5C7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.98%

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

R = 35.71%
G = 31.98%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCC5C7 (or 0xDCC5C7) is known color: Melanie. HEX triplet: DC, C5 and C7. RGB value is (220,197,199). Sum of RGB (Red+Green+Blue) = 220+197+199=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C7 is #233A38. Grayscale: #CCCCCC. Windows color (decimal): -2308665 or 13092316. OLE color: 13092316.

HSL color Cylindrical-coordinate representation of color #DCC5C7: hue angle of 354.78º degrees, saturation: 0.25, 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 #DCC5C7 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 199 -
CMYK 0 0.10 0.10 0.14
HSL 354.78º 0.25% 0.82% -
HSV(B) 354.78º 0.1% 0.86% -
XYZ 59.79 59.27 62.32 -
YUV 204.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 220 197 199 0 0.10 0.10 0.14 354.78 0.25 0.82
Hex DC C5 C7 0 A A E 163 19 52
Octal 334 305 307 0 12 12 16 543 31 122
Binary 11011100 11000101 11000111 0 1010 1010 1110 101100011 11001 1010010

Color Harmonies of #DCC5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5C7

Black with #DCC5C7

Text Example


Text Example

White with #DCC5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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