#CECEBA

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

Shades of Moon Mist #CECEBA

Tints of Moon Mist #CECEBA

Color information

#CECEBA (or 0xCECEBA) is unknown color: approx Moon Mist. HEX triplet: CE, CE and BA. RGB value is (206,206,186). Sum of RGB (Red+Green+Blue) = 206+206+186=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEBA is #313145. Grayscale: #CBCBCB. Windows color (decimal): -3223878 or 12242638. OLE color: 12242638.

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

Color convert

RGB206206186-
CMYK000.100.19
HSL60º16.95%76.86%-
HSV(B)60º9.71%80.78%-
XYZ56.3960.8155.22-
YUV203.72118129.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=34.45%
G=34.45%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206206186000.100.196016.9576.86
HexCECEBA00A133c114d
Octal3163162720012237421115
Binary11001110110011101011101000101010011111100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEBA; }

 p { color: rgb(206,206,186); }

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

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

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

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

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

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

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