#CEC6ED

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

Shades of Fog #CEC6ED

Tints of Fog #CEC6ED

Color information

#CEC6ED (or 0xCEC6ED) is unknown color: approx Fog. HEX triplet: CE, C6 and ED. RGB value is (206,198,237). Sum of RGB (Red+Green+Blue) = 206+198+237=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6ED is #313912. Grayscale: #CCCCCC. Windows color (decimal): -3225875 or 15582926. OLE color: 15582926.

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

Color convert

RGB206198237-
CMYK0.130.1600.07
HSL252.31º52%85.29%-
HSV(B)252.31º16.46%92.94%-
XYZ60.9359.6288.42-
YUV204.84146.15128.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=32.14%
G=30.89%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061982370.130.1600.07252.315285.29
HexCEC6EDD1007fc3455
Octal31630635515200737464125
Binary1100111011000110111011011101100000111111111001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6ED; }

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

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

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

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

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

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

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

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