#CEBBFA

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

Shades of Fog #CEBBFA

Tints of Fog #CEBBFA

Color information

#CEBBFA (or 0xCEBBFA) is unknown color: approx Fog. HEX triplet: CE, BB and FA. RGB value is (206,187,250). Sum of RGB (Red+Green+Blue) = 206+187+250=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEBBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBFA is #314405. Grayscale: #C7C7C7. Windows color (decimal): -3228678 or 16432078. OLE color: 16432078.

HSL color Cylindrical-coordinate representation of color #CEBBFA: hue angle of 258.1º degrees, saturation: 0.86, 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 #CEBBFA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206187250-
CMYK0.180.2500.02
HSL258.1º86.3%85.69%-
HSV(B)258.1º25.2%98.04%-
XYZ60.4855.5697.98-
YUV199.86156.29132.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=32.04%
G=29.08%
B=38.88%

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
Decimal2061872500.180.2500.02258.186.385.69
HexCEBBFA1219021025656
Octal316273372223102402126126
Binary110011101011101111111010100101100101010000001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBFA; }

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

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

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

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

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

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

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

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