Html Css Color HEX #DFC3C8 Melanie

📋 copy color: '#DFC3C8'

red 223 ◦ green 195 ◦ blue 200

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

Shades of Melanie #DFC3C8

Tints of Melanie #DFC3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.36%

R = 36.08%
G = 31.55%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFC3C8 (or 0xDFC3C8) is known color: Melanie. HEX triplet: DF, C3 and C8. RGB value is (223,195,200). Sum of RGB (Red+Green+Blue) = 223+195+200=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C8 is #203C37. Grayscale: #CBCBCB. Windows color (decimal): -2112568 or 13157343. OLE color: 13157343.

HSL color Cylindrical-coordinate representation of color #DFC3C8: hue angle of 349.29º 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 #DFC3C8 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 195 200 -
CMYK 0 0.13 0.10 0.13
HSL 349.29º 0.3% 0.82% -
HSV(B) 349.29º 0.13% 0.87% -
XYZ 60.37 58.89 62.83 -
YUV 203.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 223 195 200 0 0.13 0.10 0.13 349.29 0.3 0.82
Hex DF C3 C8 0 D A D 15D 1E 52
Octal 337 303 310 0 15 12 15 535 36 122
Binary 11011111 11000011 11001000 0 1101 1010 1101 101011101 11110 1010010

Color Harmonies of #DFC3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC3C8

Black with #DFC3C8

Text Example


Text Example

White with #DFC3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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