#CEC2ED

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

Shades of Fog #CEC2ED

Tints of Fog #CEC2ED

Color information

#CEC2ED (or 0xCEC2ED) is unknown color: approx Fog. HEX triplet: CE, C2 and ED. RGB value is (206,194,237). Sum of RGB (Red+Green+Blue) = 206+194+237=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2ED is #313D12. Grayscale: #CACACA. Windows color (decimal): -3226899 or 15581902. OLE color: 15581902.

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

Color convert

RGB206194237-
CMYK0.130.1800.07
HSL256.74º54.43%84.51%-
HSV(B)256.74º18.14%92.94%-
XYZ60.0357.8288.12-
YUV202.49147.48130.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=32.34%
G=30.46%
B=37.21%

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
Decimal2061942370.130.1800.07256.7454.4384.51
HexCEC2EDD12071013655
Octal31630235515220740166125
Binary11001110110000101110110111011001001111000000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2ED; }

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

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

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

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

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

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

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

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