#CEBBFB

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

Shades of Fog #CEBBFB

Tints of Fog #CEBBFB

Color information

#CEBBFB (or 0xCEBBFB) is unknown color: approx Fog. HEX triplet: CE, BB and FB. RGB value is (206,187,251). Sum of RGB (Red+Green+Blue) = 206+187+251=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBFB is #314404. Grayscale: #C7C7C7. Windows color (decimal): -3228677 or 16497614. OLE color: 16497614.

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

Color convert

RGB206187251-
CMYK0.180.2500.02
HSL257.81º88.89%85.88%-
HSV(B)257.81º25.5%98.43%-
XYZ60.6455.6398.81-
YUV199.98156.79132.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=31.99%
G=29.04%
B=38.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061872510.180.2500.02257.8188.8985.88
HexCEBBFB1219021025956
Octal316273373223102402131126
Binary110011101011101111111011100101100101010000001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBFB; }

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

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

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

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

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

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

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

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