Html Css Color HEX #DCC4CA Melanie

📋 copy color: '#DCC4CA'

red 220 ◦ green 196 ◦ blue 202

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

Shades of Melanie #DCC4CA

Tints of Melanie #DCC4CA

RGB

 RED value IS 220 (86.33% from 255) = 35.6%

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

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

R = 35.6%
G = 31.72%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCC4CA (or 0xDCC4CA) is known color: Melanie. HEX triplet: DC, C4 and CA. RGB value is (220,196,202). Sum of RGB (Red+Green+Blue) = 220+196+202=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4CA is #233B35. Grayscale: #CBCBCB. Windows color (decimal): -2308918 or 13288668. OLE color: 13288668.

HSL color Cylindrical-coordinate representation of color #DCC4CA: hue angle of 345º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4CA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 202 -
CMYK 0 0.11 0.08 0.14
HSL 345º 0.26% 0.82% -
HSV(B) 345º 0.11% 0.86% -
XYZ 59.92 58.96 64.1 -
YUV 203.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 220 196 202 0 0.11 0.08 0.14 345 0.26 0.82
Hex DC C4 CA 0 B 8 E 159 1A 52
Octal 334 304 312 0 13 10 16 531 32 122
Binary 11011100 11000100 11001010 0 1011 1000 1110 101011001 11010 1010010

Color Harmonies of #DCC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4CA

Black with #DCC4CA

Text Example


Text Example

White with #DCC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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