Html Css Color HEX #DCC2C6 Melanie

📋 copy color: '#DCC2C6'

red 220 ◦ green 194 ◦ blue 198

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

Shades of Melanie #DCC2C6

Tints of Melanie #DCC2C6

RGB

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

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

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

R = 35.95%
G = 31.7%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCC2C6 (or 0xDCC2C6) is known color: Melanie. HEX triplet: DC, C2 and C6. RGB value is (220,194,198). Sum of RGB (Red+Green+Blue) = 220+194+198=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C6 is #233D39. Grayscale: #CACACA. Windows color (decimal): -2309434 or 13026012. OLE color: 13026012.

HSL color Cylindrical-coordinate representation of color #DCC2C6: hue angle of 350.77º 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 #DCC2C6 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 198 -
CMYK 0 0.12 0.1 0.14
HSL 350.77º 0.27% 0.81% -
HSV(B) 350.77º 0.12% 0.86% -
XYZ 59 57.88 61.49 -
YUV 202.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 220 194 198 0 0.12 0.1 0.14 350.77 0.27 0.81
Hex DC C2 C6 0 C A E 15F 1B 51
Octal 334 302 306 0 14 12 16 537 33 121
Binary 11011100 11000010 11000110 0 1100 1010 1110 101011111 11011 1010001

Color Harmonies of #DCC2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2C6

Black with #DCC2C6

Text Example


Text Example

White with #DCC2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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