#CEC6EB

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

Shades of Fog #CEC6EB

Tints of Fog #CEC6EB

Color information

#CEC6EB (or 0xCEC6EB) is unknown color: approx Fog. HEX triplet: CE, C6 and EB. RGB value is (206,198,235). Sum of RGB (Red+Green+Blue) = 206+198+235=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6EB is #313914. Grayscale: #CCCCCC. Windows color (decimal): -3225877 or 15451854. OLE color: 15451854.

HSL color Cylindrical-coordinate representation of color #CEC6EB: hue angle of 252.97º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC6EB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206198235-
CMYK0.120.1600.08
HSL252.97º48.05%84.9%-
HSV(B)252.97º15.74%92.16%-
XYZ60.6459.5186.89-
YUV204.61145.15128.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=32.24%
G=30.99%
B=36.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061982350.120.1600.08252.9748.0584.9
HexCEC6EBC1008fd3055
Octal316306353142001037560125
Binary11001110110001101110101111001000001000111111011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6EB; }

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

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

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

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

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

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

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

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