Html Css Color HEX #DCC8C9 Melanie

📋 copy color: '#DCC8C9'

red 220 ◦ green 200 ◦ blue 201

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

Shades of Melanie #DCC8C9

Tints of Melanie #DCC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 35.43%
G = 32.21%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCC8C9 (or 0xDCC8C9) is known color: Melanie. HEX triplet: DC, C8 and C9. RGB value is (220,200,201). Sum of RGB (Red+Green+Blue) = 220+200+201=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C9 is #233736. Grayscale: #CECECE. Windows color (decimal): -2307895 or 13224156. OLE color: 13224156.

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

Color convert

RGB 220 200 201 -
CMYK 0 0.09 0.09 0.14
HSL 357º 0.22% 0.82% -
HSV(B) 357º 0.09% 0.86% -
XYZ 60.71 60.74 63.78 -
YUV 206.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 220 200 201 0 0.09 0.09 0.14 357 0.22 0.82
Hex DC C8 C9 0 9 9 E 165 16 52
Octal 334 310 311 0 11 11 16 545 26 122
Binary 11011100 11001000 11001001 0 1001 1001 1110 101100101 10110 1010010

Color Harmonies of #DCC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8C9

Black with #DCC8C9

Text Example


Text Example

White with #DCC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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