Html Css Color HEX #DCC6CA Melanie

📋 copy color: '#DCC6CA'

red 220 ◦ green 198 ◦ blue 202

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

Shades of Melanie #DCC6CA

Tints of Melanie #DCC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.94%

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

R = 35.48%
G = 31.94%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCC6CA (or 0xDCC6CA) is known color: Melanie. HEX triplet: DC, C6 and CA. RGB value is (220,198,202). Sum of RGB (Red+Green+Blue) = 220+198+202=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CA is #233935. Grayscale: #CDCDCD. Windows color (decimal): -2308406 or 13289180. OLE color: 13289180.

HSL color Cylindrical-coordinate representation of color #DCC6CA: hue angle of 349.09º degrees, saturation: 0.24, 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 #DCC6CA is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 202 -
CMYK 0 0.1 0.08 0.14
HSL 349.09º 0.24% 0.82% -
HSV(B) 349.09º 0.1% 0.86% -
XYZ 60.37 59.87 64.25 -
YUV 205.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 220 198 202 0 0.1 0.08 0.14 349.09 0.24 0.82
Hex DC C6 CA 0 A 8 E 15D 18 52
Octal 334 306 312 0 12 10 16 535 30 122
Binary 11011100 11000110 11001010 0 1010 1000 1110 101011101 11000 1010010

Color Harmonies of #DCC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6CA

Black with #DCC6CA

Text Example


Text Example

White with #DCC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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