#D2BBC1

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

Shades of Melanie #D2BBC1

Tints of Melanie #D2BBC1

Color information

#D2BBC1 (or 0xD2BBC1) is unknown color: approx Melanie. HEX triplet: D2, BB and C1. RGB value is (210,187,193). Sum of RGB (Red+Green+Blue) = 210+187+193=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBC1 is #2D443E. Grayscale: #C2C2C2. Windows color (decimal): -2966591 or 12696530. OLE color: 12696530.

HSL color Cylindrical-coordinate representation of color #D2BBC1: hue angle of 344.35º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBC1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210187193-
CMYK00.110.080.18
HSL344.35º20.35%77.84%-
HSV(B)344.35º10.95%82.35%-
XYZ53.9753.0957.86-
YUV194.56127.12139.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=35.59%
G=31.69%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018719300.110.080.18344.3520.3577.84
HexD2BBC10B812158144e
Octal322273301013102253024116
Binary11010010101110111100000101011100010010101011000101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBC1; }

 p { color: rgb(210,187,193); }

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

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

 a { background-color: rgb(210,187,193); }

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

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

 span { border-color: rgb(210,187,193); }

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