#D1CFBE

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

Shades of Moon Mist #D1CFBE

Tints of Moon Mist #D1CFBE

Color information

#D1CFBE (or 0xD1CFBE) is unknown color: approx Moon Mist. HEX triplet: D1, CF and BE. RGB value is (209,207,190). Sum of RGB (Red+Green+Blue) = 209+207+190=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFBE is #2E3041. Grayscale: #CDCDCD. Windows color (decimal): -3027010 or 12505041. OLE color: 12505041.

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

Color convert

RGB209207190-
CMYK00.010.090.18
HSL53.68º17.12%78.24%-
HSV(B)53.68º9.09%81.96%-
XYZ57.961.957.61-
YUV205.66119.16130.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=34.49%
G=34.16%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920719000.010.090.1853.6817.1278.24
HexD1CFBE0191236114e
Octal3213172760111226621116
Binary11010001110011111011111001100110010110110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFBE; }

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

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

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

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

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

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

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

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