Html Css Color HEX #DCC6CB Melanie

📋 copy color: '#DCC6CB'

red 220 ◦ green 198 ◦ blue 203

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

Shades of Melanie #DCC6CB

Tints of Melanie #DCC6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.69%

R = 35.43%
G = 31.88%
B = 32.69%

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

#DCC6CB (or 0xDCC6CB) is known color: Melanie. HEX triplet: DC, C6 and CB. RGB value is (220,198,203). Sum of RGB (Red+Green+Blue) = 220+198+203=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CB is #233934. Grayscale: #CDCDCD. Windows color (decimal): -2308405 or 13354716. OLE color: 13354716.

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

Color convert

RGB 220 198 203 -
CMYK 0 0.1 0.08 0.14
HSL 346.36º 0.24% 0.82% -
HSV(B) 346.36º 0.1% 0.86% -
XYZ 60.49 59.92 64.88 -
YUV 205.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 220 198 203 0 0.1 0.08 0.14 346.36 0.24 0.82
Hex DC C6 CB 0 A 8 E 15A 18 52
Octal 334 306 313 0 12 10 16 532 30 122
Binary 11011100 11000110 11001011 0 1010 1000 1110 101011010 11000 1010010

Color Harmonies of #DCC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6CB

Black with #DCC6CB

Text Example


Text Example

White with #DCC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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