Html Css Color HEX #DCC3CA Melanie

📋 copy color: '#DCC3CA'

red 220 ◦ green 195 ◦ blue 202

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

Shades of Melanie #DCC3CA

Tints of Melanie #DCC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.6%

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

R = 35.66%
G = 31.6%
B = 32.74%

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

#DCC3CA (or 0xDCC3CA) is known color: Melanie. HEX triplet: DC, C3 and CA. RGB value is (220,195,202). Sum of RGB (Red+Green+Blue) = 220+195+202=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3CA is #233C35. Grayscale: #CBCBCB. Windows color (decimal): -2309174 or 13288412. OLE color: 13288412.

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

Color convert

RGB 220 195 202 -
CMYK 0 0.11 0.08 0.14
HSL 343.2º 0.26% 0.81% -
HSV(B) 343.2º 0.11% 0.86% -
XYZ 59.69 58.51 64.02 -
YUV 203.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 220 195 202 0 0.11 0.08 0.14 343.2 0.26 0.81
Hex DC C3 CA 0 B 8 E 157 1A 51
Octal 334 303 312 0 13 10 16 527 32 121
Binary 11011100 11000011 11001010 0 1011 1000 1110 101010111 11010 1010001

Color Harmonies of #DCC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3CA

Black with #DCC3CA

Text Example


Text Example

White with #DCC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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