#CFCEB8

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

Shades of Moon Mist #CFCEB8

Tints of Moon Mist #CFCEB8

Color information

#CFCEB8 (or 0xCFCEB8) is unknown color: approx Moon Mist. HEX triplet: CF, CE and B8. RGB value is (207,206,184). Sum of RGB (Red+Green+Blue) = 207+206+184=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEB8 is #303147. Grayscale: #CBCBCB. Windows color (decimal): -3158344 or 12111567. OLE color: 12111567.

HSL color Cylindrical-coordinate representation of color #CFCEB8: hue angle of 57.39º 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 #CFCEB8 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB207206184-
CMYK00.000.110.19
HSL57.39º19.33%76.67%-
HSV(B)57.39º11.11%81.18%-
XYZ56.4660.8754.12-
YUV203.79116.83130.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 184 (72.27% from 255) = 30.82%
R=34.67%
G=34.51%
B=30.82%

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
Decimal20720618400.000.110.1957.3919.3376.67
HexCFCEB800B1339134d
Octal3173162700013237123115
Binary11001111110011101011100000101110011111001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEB8; }

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

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

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

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

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

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

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

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