Html Css Color HEX #DCC0C8 Melanie

📋 copy color: '#DCC0C8'

red 220 ◦ green 192 ◦ blue 200

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

Shades of Melanie #DCC0C8

Tints of Melanie #DCC0C8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.37%

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

R = 35.95%
G = 31.37%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCC0C8 (or 0xDCC0C8) is known color: Melanie. HEX triplet: DC, C0 and C8. RGB value is (220,192,200). Sum of RGB (Red+Green+Blue) = 220+192+200=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C8 is #233F37. Grayscale: #C9C9C9. Windows color (decimal): -2309944 or 13156572. OLE color: 13156572.

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

Color convert

RGB 220 192 200 -
CMYK 0 0.13 0.09 0.14
HSL 342.86º 0.29% 0.81% -
HSV(B) 342.86º 0.13% 0.86% -
XYZ 58.79 57.09 62.56 -
YUV 201.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 220 192 200 0 0.13 0.09 0.14 342.86 0.29 0.81
Hex DC C0 C8 0 D 9 E 157 1D 51
Octal 334 300 310 0 15 11 16 527 35 121
Binary 11011100 11000000 11001000 0 1101 1001 1110 101010111 11101 1010001

Color Harmonies of #DCC0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0C8

Black with #DCC0C8

Text Example


Text Example

White with #DCC0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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