Html Css Color HEX #DCC1CA Melanie

📋 copy color: '#DCC1CA'

red 220 ◦ green 193 ◦ blue 202

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

Shades of Melanie #DCC1CA

Tints of Melanie #DCC1CA

RGB

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

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

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

R = 35.77%
G = 31.38%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCC1CA (or 0xDCC1CA) is known color: Melanie. HEX triplet: DC, C1 and CA. RGB value is (220,193,202). Sum of RGB (Red+Green+Blue) = 220+193+202=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CA is #233E35. Grayscale: #CACACA. Windows color (decimal): -2309686 or 13287900. OLE color: 13287900.

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

Color convert

RGB 220 193 202 -
CMYK 0 0.12 0.08 0.14
HSL 340º 0.28% 0.81% -
HSV(B) 340º 0.12% 0.86% -
XYZ 59.25 57.62 63.88 -
YUV 202.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 220 193 202 0 0.12 0.08 0.14 340 0.28 0.81
Hex DC C1 CA 0 C 8 E 154 1C 51
Octal 334 301 312 0 14 10 16 524 34 121
Binary 11011100 11000001 11001010 0 1100 1000 1110 101010100 11100 1010001

Color Harmonies of #DCC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1CA

Black with #DCC1CA

Text Example


Text Example

White with #DCC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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