#CEC1EA

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

Shades of Fog #CEC1EA

Tints of Fog #CEC1EA

Color information

#CEC1EA (or 0xCEC1EA) is unknown color: approx Fog. HEX triplet: CE, C1 and EA. RGB value is (206,193,234). Sum of RGB (Red+Green+Blue) = 206+193+234=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1EA is #313E15. Grayscale: #C9C9C9. Windows color (decimal): -3227158 or 15385038. OLE color: 15385038.

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

Color convert

RGB206193234-
CMYK0.120.1800.08
HSL259.02º49.4%83.73%-
HSV(B)259.02º17.52%91.76%-
XYZ59.3757.285.75-
YUV201.56146.31131.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=32.54%
G=30.49%
B=36.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061932340.120.1800.08259.0249.483.73
HexCEC1EAC12081033154
Octal316301352142201040361124
Binary110011101100000111101010110010010010001000000111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1EA; }

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

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

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

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

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

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

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

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