#CEBBEA

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

Shades of Fog #CEBBEA

Tints of Fog #CEBBEA

Color information

#CEBBEA (or 0xCEBBEA) is unknown color: approx Fog. HEX triplet: CE, BB and EA. RGB value is (206,187,234). Sum of RGB (Red+Green+Blue) = 206+187+234=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBEA is #314415. Grayscale: #C5C5C5. Windows color (decimal): -3228694 or 15383502. OLE color: 15383502.

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

Color convert

RGB206187234-
CMYK0.120.2000.08
HSL264.26º52.81%82.55%-
HSV(B)264.26º20.09%91.76%-
XYZ58.0854.685.32-
YUV198.04148.29133.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=32.85%
G=29.82%
B=37.32%

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
Decimal2061872340.120.2000.08264.2652.8182.55
HexCEBBEAC14081083553
Octal316273352142401041065123
Binary110011101011101111101010110010100010001000010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBEA; }

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

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

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

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

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

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

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

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