Html Css Color HEX #DFC5CA Melanie

📋 copy color: '#DFC5CA'

red 223 ◦ green 197 ◦ blue 202

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

Shades of Melanie #DFC5CA

Tints of Melanie #DFC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 35.85%
G = 31.67%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFC5CA (or 0xDFC5CA) is known color: Melanie. HEX triplet: DF, C5 and CA. RGB value is (223,197,202). Sum of RGB (Red+Green+Blue) = 223+197+202=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5CA is #203A35. Grayscale: #CDCDCD. Windows color (decimal): -2112054 or 13288927. OLE color: 13288927.

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

Color convert

RGB 223 197 202 -
CMYK 0 0.12 0.09 0.13
HSL 348.46º 0.29% 0.82% -
HSV(B) 348.46º 0.12% 0.87% -
XYZ 61.06 59.88 64.22 -
YUV 205.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 223 197 202 0 0.12 0.09 0.13 348.46 0.29 0.82
Hex DF C5 CA 0 C 9 D 15C 1D 52
Octal 337 305 312 0 14 11 15 534 35 122
Binary 11011111 11000101 11001010 0 1100 1001 1101 101011100 11101 1010010

Color Harmonies of #DFC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5CA

Black with #DFC5CA

Text Example


Text Example

White with #DFC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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