#D1CFBC

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

Shades of Moon Mist #D1CFBC

Tints of Moon Mist #D1CFBC

Color information

#D1CFBC (or 0xD1CFBC) is unknown color: approx Moon Mist. HEX triplet: D1, CF and BC. RGB value is (209,207,188). Sum of RGB (Red+Green+Blue) = 209+207+188=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFBC is #2E3043. Grayscale: #CDCDCD. Windows color (decimal): -3027012 or 12373969. OLE color: 12373969.

HSL color Cylindrical-coordinate representation of color #D1CFBC: hue angle of 54.29º 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 #D1CFBC is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209207188-
CMYK00.010.100.18
HSL54.29º18.58%77.84%-
HSV(B)54.29º10.05%81.96%-
XYZ57.6861.8156.47-
YUV205.43118.16130.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=34.60%
G=34.27%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920718800.010.100.1854.2918.5877.84
HexD1CFBC01A1236134e
Octal3213172740112226623116
Binary11010001110011111011110001101010010110110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFBC; }

 p { color: rgb(209,207,188); }

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

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

 a { background-color: rgb(209,207,188); }

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

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

 span { border-color: rgb(209,207,188); }

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