#CEBCEB

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

Shades of Fog #CEBCEB

Tints of Fog #CEBCEB

Color information

#CEBCEB (or 0xCEBCEB) is unknown color: approx Fog. HEX triplet: CE, BC and EB. RGB value is (206,188,235). Sum of RGB (Red+Green+Blue) = 206+188+235=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCEB is #314314. Grayscale: #C6C6C6. Windows color (decimal): -3228437 or 15449294. OLE color: 15449294.

HSL color Cylindrical-coordinate representation of color #CEBCEB: hue angle of 262.98º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBCEB is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206188235-
CMYK0.120.200.08
HSL262.98º54.02%82.94%-
HSV(B)262.98º20%92.16%-
XYZ58.4355.0986.15-
YUV198.74148.46133.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=32.75%
G=29.89%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061882350.120.200.08262.9854.0282.94
HexCEBCEBC14081073653
Octal316274353142401040766123
Binary110011101011110011101011110010100010001000001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCEB; }

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

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

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

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

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

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

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

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