#CEBBF8

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

Shades of Fog #CEBBF8

Tints of Fog #CEBBF8

Color information

#CEBBF8 (or 0xCEBBF8) is unknown color: approx Fog. HEX triplet: CE, BB and F8. RGB value is (206,187,248). Sum of RGB (Red+Green+Blue) = 206+187+248=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBF8 is #314407. Grayscale: #C7C7C7. Windows color (decimal): -3228680 or 16301006. OLE color: 16301006.

HSL color Cylindrical-coordinate representation of color #CEBBF8: hue angle of 258.69º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBBF8 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206187248-
CMYK0.170.2500.03
HSL258.69º81.33%85.29%-
HSV(B)258.69º24.6%97.25%-
XYZ60.1755.4496.34-
YUV199.64155.29132.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=32.14%
G=29.17%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061872480.170.2500.03258.6981.3385.29
HexCEBBF81119031035155
Octal316273370213103403121125
Binary110011101011101111111000100011100101110000001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBF8; }

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

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

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

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

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

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

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

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