#CEBBEB

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

Shades of Fog #CEBBEB

Tints of Fog #CEBBEB

Color information

#CEBBEB (or 0xCEBBEB) is unknown color: approx Fog. HEX triplet: CE, BB and EB. RGB value is (206,187,235). Sum of RGB (Red+Green+Blue) = 206+187+235=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBEB is #314414. Grayscale: #C5C5C5. Windows color (decimal): -3228693 or 15449038. OLE color: 15449038.

HSL color Cylindrical-coordinate representation of color #CEBBEB: hue angle of 263.75º degrees, saturation: 0.55, 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 #CEBBEB is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206187235-
CMYK0.120.2000.08
HSL263.75º54.55%82.75%-
HSV(B)263.75º20.43%92.16%-
XYZ58.2254.6686.08-
YUV198.15148.79133.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=32.80%
G=29.78%
B=37.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061872350.120.2000.08263.7554.5582.75
HexCEBBEBC14081083753
Octal316273353142401041067123
Binary110011101011101111101011110010100010001000010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBEB; }

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

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

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

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

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

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

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

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