Html Css Color HEX #DFC1CA Melanie

📋 copy color: '#DFC1CA'

red 223 ◦ green 193 ◦ blue 202

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

Shades of Melanie #DFC1CA

Tints of Melanie #DFC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

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

R = 36.08%
G = 31.23%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFC1CA (or 0xDFC1CA) is known color: Melanie. HEX triplet: DF, C1 and CA. RGB value is (223,193,202). Sum of RGB (Red+Green+Blue) = 223+193+202=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1CA is #203E35. Grayscale: #CACACA. Windows color (decimal): -2113078 or 13287903. OLE color: 13287903.

HSL color Cylindrical-coordinate representation of color #DFC1CA: hue angle of 342º degrees, saturation: 0.32, 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 #DFC1CA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 202 -
CMYK 0 0.13 0.09 0.13
HSL 342º 0.32% 0.82% -
HSV(B) 342º 0.13% 0.87% -
XYZ 60.16 58.09 63.92 -
YUV 203 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 223 193 202 0 0.13 0.09 0.13 342 0.32 0.82
Hex DF C1 CA 0 D 9 D 156 20 52
Octal 337 301 312 0 15 11 15 526 40 122
Binary 11011111 11000001 11001010 0 1101 1001 1101 101010110 100000 1010010

Color Harmonies of #DFC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1CA

Black with #DFC1CA

Text Example


Text Example

White with #DFC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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