Html Css Color HEX #DCC8CB Melanie

📋 copy color: '#DCC8CB'

red 220 ◦ green 200 ◦ blue 203

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

Shades of Melanie #DCC8CB

Tints of Melanie #DCC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.1%

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

R = 35.31%
G = 32.1%
B = 32.58%

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

#DCC8CB (or 0xDCC8CB) is known color: Melanie. HEX triplet: DC, C8 and CB. RGB value is (220,200,203). Sum of RGB (Red+Green+Blue) = 220+200+203=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8CB is #233734. Grayscale: #CECECE. Windows color (decimal): -2307893 or 13355228. OLE color: 13355228.

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

Color convert

RGB 220 200 203 -
CMYK 0 0.09 0.08 0.14
HSL 351º 0.22% 0.82% -
HSV(B) 351º 0.09% 0.86% -
XYZ 60.95 60.84 65.03 -
YUV 206.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 220 200 203 0 0.09 0.08 0.14 351 0.22 0.82
Hex DC C8 CB 0 9 8 E 15F 16 52
Octal 334 310 313 0 11 10 16 537 26 122
Binary 11011100 11001000 11001011 0 1001 1000 1110 101011111 10110 1010010

Color Harmonies of #DCC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8CB

Black with #DCC8CB

Text Example


Text Example

White with #DCC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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