Html Css Color HEX #DCC4C9 Melanie

📋 copy color: '#DCC4C9'

red 220 ◦ green 196 ◦ blue 201

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

Shades of Melanie #DCC4C9

Tints of Melanie #DCC4C9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.77%

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

R = 35.66%
G = 31.77%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCC4C9 (or 0xDCC4C9) is known color: Melanie. HEX triplet: DC, C4 and C9. RGB value is (220,196,201). Sum of RGB (Red+Green+Blue) = 220+196+201=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C9 is #233B36. Grayscale: #CBCBCB. Windows color (decimal): -2308919 or 13223132. OLE color: 13223132.

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

Color convert

RGB 220 196 201 -
CMYK 0 0.11 0.09 0.14
HSL 347.5º 0.26% 0.82% -
HSV(B) 347.5º 0.11% 0.86% -
XYZ 59.8 58.91 63.48 -
YUV 203.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 220 196 201 0 0.11 0.09 0.14 347.5 0.26 0.82
Hex DC C4 C9 0 B 9 E 15C 1A 52
Octal 334 304 311 0 13 11 16 534 32 122
Binary 11011100 11000100 11001001 0 1011 1001 1110 101011100 11010 1010010

Color Harmonies of #DCC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4C9

Black with #DCC4C9

Text Example


Text Example

White with #DCC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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