#CEC1EC

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

Shades of Fog #CEC1EC

Tints of Fog #CEC1EC

Color information

#CEC1EC (or 0xCEC1EC) is unknown color: approx Fog. HEX triplet: CE, C1 and EC. RGB value is (206,193,236). Sum of RGB (Red+Green+Blue) = 206+193+236=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1EC is #313E13. Grayscale: #C9C9C9. Windows color (decimal): -3227156 or 15516110. OLE color: 15516110.

HSL color Cylindrical-coordinate representation of color #CEC1EC: hue angle of 258.14º degrees, saturation: 0.53, 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 #CEC1EC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206193236-
CMYK0.130.1800.07
HSL258.14º53.09%84.12%-
HSV(B)258.14º18.22%92.55%-
XYZ59.6657.3287.28-
YUV201.79147.31131-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=32.44%
G=30.39%
B=37.17%

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
Decimal2061932360.130.1800.07258.1453.0984.12
HexCEC1ECD12071023554
Octal31630135415220740265124
Binary11001110110000011110110011011001001111000000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1EC; }

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

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

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

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

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

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

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

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