Html Css Color HEX #DCC9CB Melanie

📋 copy color: '#DCC9CB'

red 220 ◦ green 201 ◦ blue 203

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

Shades of Melanie #DCC9CB

Tints of Melanie #DCC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.21%

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

R = 35.26%
G = 32.21%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCC9CB (or 0xDCC9CB) is known color: Melanie. HEX triplet: DC, C9 and CB. RGB value is (220,201,203). Sum of RGB (Red+Green+Blue) = 220+201+203=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9CB is #233634. Grayscale: #CECECE. Windows color (decimal): -2307637 or 13355484. OLE color: 13355484.

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

Color convert

RGB 220 201 203 -
CMYK 0 0.09 0.08 0.14
HSL 353.68º 0.21% 0.83% -
HSV(B) 353.68º 0.09% 0.86% -
XYZ 61.18 61.3 65.11 -
YUV 206.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 220 201 203 0 0.09 0.08 0.14 353.68 0.21 0.83
Hex DC C9 CB 0 9 8 E 162 15 53
Octal 334 311 313 0 11 10 16 542 25 123
Binary 11011100 11001001 11001011 0 1001 1000 1110 101100010 10101 1010011

Color Harmonies of #DCC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9CB

Black with #DCC9CB

Text Example


Text Example

White with #DCC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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