#CEC6EC

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

Shades of Fog #CEC6EC

Tints of Fog #CEC6EC

Color information

#CEC6EC (or 0xCEC6EC) is unknown color: approx Fog. HEX triplet: CE, C6 and EC. RGB value is (206,198,236). Sum of RGB (Red+Green+Blue) = 206+198+236=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6EC is #313913. Grayscale: #CCCCCC. Windows color (decimal): -3225876 or 15517390. OLE color: 15517390.

HSL color Cylindrical-coordinate representation of color #CEC6EC: hue angle of 252.63º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC6EC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206198236-
CMYK0.130.1600.07
HSL252.63º50%85.1%-
HSV(B)252.63º16.1%92.55%-
XYZ60.7959.5787.65-
YUV204.72145.65128.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=32.19%
G=30.94%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061982360.130.1600.07252.635085.1
HexCEC6ECD1007fd3255
Octal31630635415200737562125
Binary1100111011000110111011001101100000111111111011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6EC; }

 p { color: rgb(206,198,236); }

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

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

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

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

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

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

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