#CEBCED

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

Shades of Fog #CEBCED

Tints of Fog #CEBCED

Color information

#CEBCED (or 0xCEBCED) is unknown color: approx Fog. HEX triplet: CE, BC and ED. RGB value is (206,188,237). Sum of RGB (Red+Green+Blue) = 206+188+237=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCED is #314312. Grayscale: #C6C6C6. Windows color (decimal): -3228435 or 15580366. OLE color: 15580366.

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

Color convert

RGB206188237-
CMYK0.130.2100.07
HSL262.04º57.65%83.33%-
HSV(B)262.04º20.68%92.94%-
XYZ58.7255.287.68-
YUV198.97149.46133.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=32.65%
G=29.79%
B=37.56%

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
Decimal2061882370.130.2100.07262.0457.6583.33
HexCEBCEDD15071063a53
Octal31627435515250740672123
Binary11001110101111001110110111011010101111000001101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCED; }

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

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

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

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

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

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

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

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