Html Css Color HEX #DCC2C8 Melanie

📋 copy color: '#DCC2C8'

red 220 ◦ green 194 ◦ blue 200

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

Shades of Melanie #DCC2C8

Tints of Melanie #DCC2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.57%

R = 35.83%
G = 31.6%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCC2C8 (or 0xDCC2C8) is known color: Melanie. HEX triplet: DC, C2 and C8. RGB value is (220,194,200). Sum of RGB (Red+Green+Blue) = 220+194+200=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C8 is #233D37. Grayscale: #CACACA. Windows color (decimal): -2309432 or 13157084. OLE color: 13157084.

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

Color convert

RGB 220 194 200 -
CMYK 0 0.12 0.09 0.14
HSL 346.15º 0.27% 0.81% -
HSV(B) 346.15º 0.12% 0.86% -
XYZ 59.23 57.97 62.71 -
YUV 202.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 220 194 200 0 0.12 0.09 0.14 346.15 0.27 0.81
Hex DC C2 C8 0 C 9 E 15A 1B 51
Octal 334 302 310 0 14 11 16 532 33 121
Binary 11011100 11000010 11001000 0 1100 1001 1110 101011010 11011 1010001

Color Harmonies of #DCC2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2C8

Black with #DCC2C8

Text Example


Text Example

White with #DCC2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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