Html Css Color HEX #DCC0C9 Melanie

📋 copy color: '#DCC0C9'

red 220 ◦ green 192 ◦ blue 201

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

Shades of Melanie #DCC0C9

Tints of Melanie #DCC0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.79%

R = 35.89%
G = 31.32%
B = 32.79%

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

#DCC0C9 (or 0xDCC0C9) is known color: Melanie. HEX triplet: DC, C0 and C9. RGB value is (220,192,201). Sum of RGB (Red+Green+Blue) = 220+192+201=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C9 is #233F36. Grayscale: #C9C9C9. Windows color (decimal): -2309943 or 13222108. OLE color: 13222108.

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

Color convert

RGB 220 192 201 -
CMYK 0 0.13 0.09 0.14
HSL 340.71º 0.29% 0.81% -
HSV(B) 340.71º 0.13% 0.86% -
XYZ 58.91 57.13 63.18 -
YUV 201.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 220 192 201 0 0.13 0.09 0.14 340.71 0.29 0.81
Hex DC C0 C9 0 D 9 E 155 1D 51
Octal 334 300 311 0 15 11 16 525 35 121
Binary 11011100 11000000 11001001 0 1101 1001 1110 101010101 11101 1010001

Color Harmonies of #DCC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0C9

Black with #DCC0C9

Text Example


Text Example

White with #DCC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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