#CFCEB6

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

Shades of Moon Mist #CFCEB6

Tints of Moon Mist #CFCEB6

Color information

#CFCEB6 (or 0xCFCEB6) is unknown color: approx Moon Mist. HEX triplet: CF, CE and B6. RGB value is (207,206,182). Sum of RGB (Red+Green+Blue) = 207+206+182=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEB6 is #303149. Grayscale: #CBCBCB. Windows color (decimal): -3158346 or 11980495. OLE color: 11980495.

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

Color convert

RGB207206182-
CMYK00.000.120.19
HSL57.6º20.66%76.27%-
HSV(B)57.6º12.08%81.18%-
XYZ56.2560.7953.02-
YUV203.56115.83130.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=34.79%
G=34.62%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720618200.000.120.1957.620.6676.27
HexCFCEB600C133a154c
Octal3173162660014237225114
Binary11001111110011101011011000110010011111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEB6; }

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

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

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

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

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

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

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

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