#D6CBCC

Color #D6CBCC Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #D6CBCC

Tints of Melanie #D6CBCC

Color information

#D6CBCC (or 0xD6CBCC) is unknown color: approx Melanie. HEX triplet: D6, CB and CC. RGB value is (214,203,204). Sum of RGB (Red+Green+Blue) = 214+203+204=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBCC is #293433. Grayscale: #CECECE. Windows color (decimal): -2700340 or 13421526. OLE color: 13421526.

HSL color Cylindrical-coordinate representation of color #D6CBCC: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBCC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214203204-
CMYK00.050.050.16
HSL354.55º11.83%81.76%-
HSV(B)354.55º5.14%83.92%-
XYZ59.9961.3765.81-
YUV206.4126.64133.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=34.46%
G=32.69%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420320400.050.050.16354.5511.8381.76
HexD6CBCC05510163c52
Octal3263133140552054314122
Binary11010110110010111100110001011011000010110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBCC; }

 p { color: rgb(214,203,204); }

 H1.HeaderClassName
 {
   color: #D6CBCC;
 }
 .AnyTagClassName
 {
   color: #D6CBCC;
 }
</style>
background-color css

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

 a { background-color: rgb(214,203,204); }

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

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

 span { border-color: rgb(214,203,204); }

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