Html Css Color HEX #DFC3C5 Melanie

📋 copy color: '#DFC3C5'

red 223 ◦ green 195 ◦ blue 197

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

Shades of Melanie #DFC3C5

Tints of Melanie #DFC3C5

RGB

 RED value IS 223 (87.5% from 255) = 36.26%

 GREEN value IS 195 (76.56% from 255) = 31.71%

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 36.26%
G = 31.71%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFC3C5 (or 0xDFC3C5) is known color: Melanie. HEX triplet: DF, C3 and C5. RGB value is (223,195,197). Sum of RGB (Red+Green+Blue) = 223+195+197=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C5 is #203C3A. Grayscale: #CBCBCB. Windows color (decimal): -2112571 or 12960735. OLE color: 12960735.

HSL color Cylindrical-coordinate representation of color #DFC3C5: hue angle of 355.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC3C5 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 195 197 -
CMYK 0 0.13 0.12 0.13
HSL 355.71º 0.3% 0.82% -
HSV(B) 355.71º 0.13% 0.87% -
XYZ 60.02 58.75 61 -
YUV 203.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 223 195 197 0 0.13 0.12 0.13 355.71 0.3 0.82
Hex DF C3 C5 0 D C D 164 1E 52
Octal 337 303 305 0 15 14 15 544 36 122
Binary 11011111 11000011 11000101 0 1101 1100 1101 101100100 11110 1010010

Color Harmonies of #DFC3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC3C5

Black with #DFC3C5

Text Example


Text Example

White with #DFC3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC3C5; }

 p { color: rgb(223,195,197); }

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

background-color css

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

 a { background-color: rgb(223,195,197); }

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

border-color css

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

 span { border-color: rgb(223,195,197); }

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