#D2BDC3

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

Shades of Melanie #D2BDC3

Tints of Melanie #D2BDC3

Color information

#D2BDC3 (or 0xD2BDC3) is unknown color: approx Melanie. HEX triplet: D2, BD and C3. RGB value is (210,189,195). Sum of RGB (Red+Green+Blue) = 210+189+195=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDC3 is #2D423C. Grayscale: #C3C3C3. Windows color (decimal): -2966077 or 12828114. OLE color: 12828114.

HSL color Cylindrical-coordinate representation of color #D2BDC3: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDC3 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210189195-
CMYK00.100.070.18
HSL342.86º18.92%78.24%-
HSV(B)342.86º10%82.35%-
XYZ54.6354.0459.18-
YUV195.96127.46138.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 195 (76.56% from 255) = 32.83%
R=35.35%
G=31.82%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018919500.100.070.18342.8618.9278.24
HexD2BDC30A712157134e
Octal32227530301272252723116
Binary1101001010111101110000110101011110010101010111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDC3; }

 p { color: rgb(210,189,195); }

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

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

 a { background-color: rgb(210,189,195); }

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

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

 span { border-color: rgb(210,189,195); }

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