#CEBEF0

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

Shades of Fog #CEBEF0

Tints of Fog #CEBEF0

Color information

#CEBEF0 (or 0xCEBEF0) is unknown color: approx Fog. HEX triplet: CE, BE and F0. RGB value is (206,190,240). Sum of RGB (Red+Green+Blue) = 206+190+240=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF0 is #31410F. Grayscale: #C8C8C8. Windows color (decimal): -3227920 or 15777486. OLE color: 15777486.

HSL color Cylindrical-coordinate representation of color #CEBEF0: hue angle of 259.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBEF0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206190240-
CMYK0.140.2100.06
HSL259.2º62.5%84.31%-
HSV(B)259.2º20.83%94.12%-
XYZ59.656.2490.15-
YUV200.48150.3131.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=32.39%
G=29.87%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061902400.140.2100.06259.262.584.31
HexCEBEF0E15061033e54
Octal31627636016250640376124
Binary11001110101111101111000011101010101101000000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEF0; }

 p { color: rgb(206,190,240); }

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

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

 a { background-color: rgb(206,190,240); }

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

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

 span { border-color: rgb(206,190,240); }

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