#CFCEB7

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

Shades of Moon Mist #CFCEB7

Tints of Moon Mist #CFCEB7

Color information

#CFCEB7 (or 0xCFCEB7) is unknown color: approx Moon Mist. HEX triplet: CF, CE and B7. RGB value is (207,206,183). Sum of RGB (Red+Green+Blue) = 207+206+183=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEB7 is #303148. Grayscale: #CBCBCB. Windows color (decimal): -3158345 or 12046031. OLE color: 12046031.

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

Color convert

RGB207206183-
CMYK00.000.120.19
HSL57.5º20%76.47%-
HSV(B)57.5º11.59%81.18%-
XYZ56.3560.8353.57-
YUV203.68116.33130.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=34.73%
G=34.56%
B=30.70%

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
Decimal20720618300.000.120.1957.52076.47
HexCFCEB700C133a144c
Octal3173162670014237224114
Binary11001111110011101011011100110010011111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEB7; }

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

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

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

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

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

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

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

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