Html Css Color HEX #DFC4CA Melanie

📋 copy color: '#DFC4CA'

red 223 ◦ green 196 ◦ blue 202

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

Shades of Melanie #DFC4CA

Tints of Melanie #DFC4CA

RGB

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

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

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

R = 35.91%
G = 31.56%
B = 32.53%

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

#DFC4CA (or 0xDFC4CA) is known color: Melanie. HEX triplet: DF, C4 and CA. RGB value is (223,196,202). Sum of RGB (Red+Green+Blue) = 223+196+202=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4CA is #203B35. Grayscale: #CCCCCC. Windows color (decimal): -2112310 or 13288671. OLE color: 13288671.

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

Color convert

RGB 223 196 202 -
CMYK 0 0.12 0.09 0.13
HSL 346.67º 0.3% 0.82% -
HSV(B) 346.67º 0.12% 0.87% -
XYZ 60.83 59.43 64.14 -
YUV 204.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 223 196 202 0 0.12 0.09 0.13 346.67 0.3 0.82
Hex DF C4 CA 0 C 9 D 15B 1E 52
Octal 337 304 312 0 14 11 15 533 36 122
Binary 11011111 11000100 11001010 0 1100 1001 1101 101011011 11110 1010010

Color Harmonies of #DFC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4CA

Black with #DFC4CA

Text Example


Text Example

White with #DFC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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