Html Css Color HEX #DCC7CA Melanie

📋 copy color: '#DCC7CA'

red 220 ◦ green 199 ◦ blue 202

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

Shades of Melanie #DCC7CA

Tints of Melanie #DCC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

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

R = 35.43%
G = 32.05%
B = 32.53%

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

#DCC7CA (or 0xDCC7CA) is known color: Melanie. HEX triplet: DC, C7 and CA. RGB value is (220,199,202). Sum of RGB (Red+Green+Blue) = 220+199+202=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CA is #233835. Grayscale: #CDCDCD. Windows color (decimal): -2308150 or 13289436. OLE color: 13289436.

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

Color convert

RGB 220 199 202 -
CMYK 0 0.10 0.08 0.14
HSL 351.43º 0.23% 0.82% -
HSV(B) 351.43º 0.1% 0.86% -
XYZ 60.6 60.33 64.33 -
YUV 205.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 220 199 202 0 0.10 0.08 0.14 351.43 0.23 0.82
Hex DC C7 CA 0 A 8 E 15F 17 52
Octal 334 307 312 0 12 10 16 537 27 122
Binary 11011100 11000111 11001010 0 1010 1000 1110 101011111 10111 1010010

Color Harmonies of #DCC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7CA

Black with #DCC7CA

Text Example


Text Example

White with #DCC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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