Html Css Color HEX #DCC5CA Melanie

📋 copy color: '#DCC5CA'

red 220 ◦ green 197 ◦ blue 202

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

Shades of Melanie #DCC5CA

Tints of Melanie #DCC5CA

RGB

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

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

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

R = 35.54%
G = 31.83%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCC5CA (or 0xDCC5CA) is known color: Melanie. HEX triplet: DC, C5 and CA. RGB value is (220,197,202). Sum of RGB (Red+Green+Blue) = 220+197+202=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5CA is #233A35. Grayscale: #CCCCCC. Windows color (decimal): -2308662 or 13288924. OLE color: 13288924.

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

Color convert

RGB 220 197 202 -
CMYK 0 0.10 0.08 0.14
HSL 346.96º 0.25% 0.82% -
HSV(B) 346.96º 0.1% 0.86% -
XYZ 60.14 59.41 64.18 -
YUV 204.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 220 197 202 0 0.10 0.08 0.14 346.96 0.25 0.82
Hex DC C5 CA 0 A 8 E 15B 19 52
Octal 334 305 312 0 12 10 16 533 31 122
Binary 11011100 11000101 11001010 0 1010 1000 1110 101011011 11001 1010010

Color Harmonies of #DCC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5CA

Black with #DCC5CA

Text Example


Text Example

White with #DCC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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