#CEBAFB

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

Shades of Fog #CEBAFB

Tints of Fog #CEBAFB

Color information

#CEBAFB (or 0xCEBAFB) is unknown color: approx Fog. HEX triplet: CE, BA and FB. RGB value is (206,186,251). Sum of RGB (Red+Green+Blue) = 206+186+251=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAFB is #314504. Grayscale: #C7C7C7. Windows color (decimal): -3228933 or 16497358. OLE color: 16497358.

HSL color Cylindrical-coordinate representation of color #CEBAFB: hue angle of 258.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEBAFB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206186251-
CMYK0.180.2600.02
HSL258.46º89.04%85.69%-
HSV(B)258.46º25.9%98.43%-
XYZ60.4355.298.74-
YUV199.39157.13132.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=32.04%
G=28.93%
B=39.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061862510.180.2600.02258.4689.0485.69
HexCEBAFB121A021025956
Octal316272373223202402131126
Binary110011101011101011111011100101101001010000001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAFB; }

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

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

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

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

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

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

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

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