#CEC8EB

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

Shades of Fog #CEC8EB

Tints of Fog #CEC8EB

Color information

#CEC8EB (or 0xCEC8EB) is unknown color: approx Fog. HEX triplet: CE, C8 and EB. RGB value is (206,200,235). Sum of RGB (Red+Green+Blue) = 206+200+235=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8EB is #313714. Grayscale: #CDCDCD. Windows color (decimal): -3225365 or 15452366. OLE color: 15452366.

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

Color convert

RGB206200235-
CMYK0.120.1500.08
HSL250.29º46.67%85.29%-
HSV(B)250.29º14.89%92.16%-
XYZ61.160.4387.04-
YUV205.78144.49128.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=32.14%
G=31.20%
B=36.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062002350.120.1500.08250.2946.6785.29
HexCEC8EBCF08fa2f55
Octal316310353141701037257125
Binary1100111011001000111010111100111101000111110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8EB; }

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

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

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

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

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

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

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

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