#D8CBCC

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

Shades of Melanie #D8CBCC

Tints of Melanie #D8CBCC

Color information

#D8CBCC (or 0xD8CBCC) is unknown color: approx Melanie. HEX triplet: D8, CB and CC. RGB value is (216,203,204). Sum of RGB (Red+Green+Blue) = 216+203+204=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBCC is #273433. Grayscale: #CFCFCF. Windows color (decimal): -2569268 or 13421528. OLE color: 13421528.

HSL color Cylindrical-coordinate representation of color #D8CBCC: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CBCC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216203204-
CMYK00.060.060.15
HSL355.38º14.29%82.16%-
HSV(B)355.38º6.02%84.71%-
XYZ60.5761.6765.84-
YUV207126.31134.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=34.67%
G=32.58%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620320400.060.060.15355.3814.2982.16
HexD8CBCC066F163e52
Octal3303133140661754316122
Binary1101100011001011110011000110110111110110001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBCC; }

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

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

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

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

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

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

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

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