#CEBAEB

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

Shades of Fog #CEBAEB

Tints of Fog #CEBAEB

Color information

#CEBAEB (or 0xCEBAEB) is unknown color: approx Fog. HEX triplet: CE, BA and EB. RGB value is (206,186,235). Sum of RGB (Red+Green+Blue) = 206+186+235=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAEB is #314514. Grayscale: #C5C5C5. Windows color (decimal): -3228949 or 15448782. OLE color: 15448782.

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

Color convert

RGB206186235-
CMYK0.120.2100.08
HSL264.49º55.06%82.55%-
HSV(B)264.49º20.85%92.16%-
XYZ58.0154.2486.01-
YUV197.57149.13134.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=32.85%
G=29.67%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061862350.120.2100.08264.4955.0682.55
HexCEBAEBC15081083753
Octal316272353142501041067123
Binary110011101011101011101011110010101010001000010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAEB; }

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

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

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

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

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

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

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

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