Html Css Color HEX #DCC7C9 Melanie

📋 copy color: '#DCC7C9'

red 220 ◦ green 199 ◦ blue 201

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

Shades of Melanie #DCC7C9

Tints of Melanie #DCC7C9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

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

R = 35.48%
G = 32.1%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCC7C9 (or 0xDCC7C9) is known color: Melanie. HEX triplet: DC, C7 and C9. RGB value is (220,199,201). Sum of RGB (Red+Green+Blue) = 220+199+201=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C9 is #233836. Grayscale: #CDCDCD. Windows color (decimal): -2308151 or 13223900. OLE color: 13223900.

HSL color Cylindrical-coordinate representation of color #DCC7C9: hue angle of 354.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC7C9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 201 -
CMYK 0 0.10 0.09 0.14
HSL 354.29º 0.23% 0.82% -
HSV(B) 354.29º 0.1% 0.86% -
XYZ 60.48 60.28 63.71 -
YUV 205.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 220 199 201 0 0.10 0.09 0.14 354.29 0.23 0.82
Hex DC C7 C9 0 A 9 E 162 17 52
Octal 334 307 311 0 12 11 16 542 27 122
Binary 11011100 11000111 11001001 0 1010 1001 1110 101100010 10111 1010010

Color Harmonies of #DCC7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7C9

Black with #DCC7C9

Text Example


Text Example

White with #DCC7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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