#CEBAED

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

Shades of Fog #CEBAED

Tints of Fog #CEBAED

Color information

#CEBAED (or 0xCEBAED) is unknown color: approx Fog. HEX triplet: CE, BA and ED. RGB value is (206,186,237). Sum of RGB (Red+Green+Blue) = 206+186+237=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAED is #314512. Grayscale: #C5C5C5. Windows color (decimal): -3228947 or 15579854. OLE color: 15579854.

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

Color convert

RGB206186237-
CMYK0.130.2200.07
HSL263.53º58.62%82.94%-
HSV(B)263.53º21.52%92.94%-
XYZ58.354.3587.54-
YUV197.79150.13133.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=32.75%
G=29.57%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061862370.130.2200.07263.5358.6282.94
HexCEBAEDD16071083b53
Octal31627235515260741073123
Binary11001110101110101110110111011011001111000010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAED; }

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

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

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

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

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

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

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

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