#CEC2EE

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

Shades of Fog #CEC2EE

Tints of Fog #CEC2EE

Color information

#CEC2EE (or 0xCEC2EE) is unknown color: approx Fog. HEX triplet: CE, C2 and EE. RGB value is (206,194,238). Sum of RGB (Red+Green+Blue) = 206+194+238=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2EE is #313D11. Grayscale: #CACACA. Windows color (decimal): -3226898 or 15647438. OLE color: 15647438.

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

Color convert

RGB206194238-
CMYK0.130.1800.07
HSL256.36º56.41%84.71%-
HSV(B)256.36º18.49%93.33%-
XYZ60.1857.8888.89-
YUV202.6147.98130.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=32.29%
G=30.41%
B=37.30%

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
Decimal2061942380.130.1800.07256.3656.4184.71
HexCEC2EED12071003855
Octal31630235615220740070125
Binary11001110110000101110111011011001001111000000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2EE; }

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

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

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

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

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

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

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

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