#CEC0EB

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

Shades of Fog #CEC0EB

Tints of Fog #CEC0EB

Color information

#CEC0EB (or 0xCEC0EB) is unknown color: approx Fog. HEX triplet: CE, C0 and EB. RGB value is (206,192,235). Sum of RGB (Red+Green+Blue) = 206+192+235=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0EB is #313F14. Grayscale: #C8C8C8. Windows color (decimal): -3227413 or 15450318. OLE color: 15450318.

HSL color Cylindrical-coordinate representation of color #CEC0EB: hue angle of 259.53º degrees, saturation: 0.52, 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 #CEC0EB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206192235-
CMYK0.120.1800.08
HSL259.53º51.81%83.73%-
HSV(B)259.53º18.3%92.16%-
XYZ59.356.8286.44-
YUV201.09147.14131.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=32.54%
G=30.33%
B=37.12%

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
Decimal2061922350.120.1800.08259.5351.8183.73
HexCEC0EBC12081043454
Octal316300353142201040464124
Binary110011101100000011101011110010010010001000001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0EB; }

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

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

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

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

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

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

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

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