#CFCEB9

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

Shades of Moon Mist #CFCEB9

Tints of Moon Mist #CFCEB9

Color information

#CFCEB9 (or 0xCFCEB9) is unknown color: approx Moon Mist. HEX triplet: CF, CE and B9. RGB value is (207,206,185). Sum of RGB (Red+Green+Blue) = 207+206+185=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEB9 is #303146. Grayscale: #CBCBCB. Windows color (decimal): -3158343 or 12177103. OLE color: 12177103.

HSL color Cylindrical-coordinate representation of color #CFCEB9: hue angle of 57.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCEB9 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207206185-
CMYK00.000.110.19
HSL57.27º18.64%76.86%-
HSV(B)57.27º10.63%81.18%-
XYZ56.5660.9154.67-
YUV203.9117.33130.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=34.62%
G=34.45%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720618500.000.110.1957.2718.6476.86
HexCFCEB900B1339134d
Octal3173162710013237123115
Binary11001111110011101011100100101110011111001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEB9; }

 p { color: rgb(207,206,185); }

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

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

 a { background-color: rgb(207,206,185); }

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

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

 span { border-color: rgb(207,206,185); }

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