#CECEB6

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

Shades of Moon Mist #CECEB6

Tints of Moon Mist #CECEB6

Color information

#CECEB6 (or 0xCECEB6) is unknown color: approx Moon Mist. HEX triplet: CE, CE and B6. RGB value is (206,206,182). Sum of RGB (Red+Green+Blue) = 206+206+182=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEB6 is #313149. Grayscale: #CBCBCB. Windows color (decimal): -3223882 or 11980494. OLE color: 11980494.

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

Color convert

RGB206206182-
CMYK000.120.19
HSL60º19.67%76.08%-
HSV(B)60º11.65%80.78%-
XYZ55.9760.6453.01-
YUV203.26116129.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=34.68%
G=34.68%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206206182000.120.196019.6776.08
HexCECEB600C133c144c
Octal3163162660014237424114
Binary11001110110011101011011000110010011111100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEB6; }

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

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

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

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

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

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

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

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