Html Css Color HEX #DCC1C9 Melanie

📋 copy color: '#DCC1C9'

red 220 ◦ green 193 ◦ blue 201

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

Shades of Melanie #DCC1C9

Tints of Melanie #DCC1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.43%

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

R = 35.83%
G = 31.43%
B = 32.74%

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

#DCC1C9 (or 0xDCC1C9) is known color: Melanie. HEX triplet: DC, C1 and C9. RGB value is (220,193,201). Sum of RGB (Red+Green+Blue) = 220+193+201=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C9 is #233E36. Grayscale: #C9C9C9. Windows color (decimal): -2309687 or 13222364. OLE color: 13222364.

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

Color convert

RGB 220 193 201 -
CMYK 0 0.12 0.09 0.14
HSL 342.22º 0.28% 0.81% -
HSV(B) 342.22º 0.12% 0.86% -
XYZ 59.13 57.57 63.25 -
YUV 201.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 220 193 201 0 0.12 0.09 0.14 342.22 0.28 0.81
Hex DC C1 C9 0 C 9 E 156 1C 51
Octal 334 301 311 0 14 11 16 526 34 121
Binary 11011100 11000001 11001001 0 1100 1001 1110 101010110 11100 1010001

Color Harmonies of #DCC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1C9

Black with #DCC1C9

Text Example


Text Example

White with #DCC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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