#CEC2EC

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

Shades of Fog #CEC2EC

Tints of Fog #CEC2EC

Color information

#CEC2EC (or 0xCEC2EC) is unknown color: approx Fog. HEX triplet: CE, C2 and EC. RGB value is (206,194,236). Sum of RGB (Red+Green+Blue) = 206+194+236=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2EC is #313D13. Grayscale: #CACACA. Windows color (decimal): -3226900 or 15516366. OLE color: 15516366.

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

Color convert

RGB206194236-
CMYK0.130.1800.07
HSL257.14º52.5%84.31%-
HSV(B)257.14º17.8%92.55%-
XYZ59.8957.7687.35-
YUV202.38146.98130.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 194 (76.17% from 255) = 30.50%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=32.39%
G=30.50%
B=37.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061942360.130.1800.07257.1452.584.31
HexCEC2ECD12071013454
Octal31630235415220740164124
Binary11001110110000101110110011011001001111000000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2EC; }

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

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

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

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

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

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

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

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