#CEBBEC

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

Shades of Fog #CEBBEC

Tints of Fog #CEBBEC

Color information

#CEBBEC (or 0xCEBBEC) is unknown color: approx Fog. HEX triplet: CE, BB and EC. RGB value is (206,187,236). Sum of RGB (Red+Green+Blue) = 206+187+236=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBEC is #314413. Grayscale: #C6C6C6. Windows color (decimal): -3228692 or 15514574. OLE color: 15514574.

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

Color convert

RGB206187236-
CMYK0.130.2100.07
HSL263.27º56.32%82.94%-
HSV(B)263.27º20.76%92.55%-
XYZ58.3654.7286.84-
YUV198.27149.29133.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=32.75%
G=29.73%
B=37.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061872360.130.2100.07263.2756.3282.94
HexCEBBECD15071073853
Octal31627335415250740770123
Binary11001110101110111110110011011010101111000001111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBEC; }

 p { color: rgb(206,187,236); }

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

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

 a { background-color: rgb(206,187,236); }

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

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

 span { border-color: rgb(206,187,236); }

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