#CEB8FA

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

Shades of Fog #CEB8FA

Tints of Fog #CEB8FA

Color information

#CEB8FA (or 0xCEB8FA) is unknown color: approx Fog. HEX triplet: CE, B8 and FA. RGB value is (206,184,250). Sum of RGB (Red+Green+Blue) = 206+184+250=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB8FA is #314705. Grayscale: #C5C5C5. Windows color (decimal): -3229446 or 16431310. OLE color: 16431310.

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

Color convert

RGB206184250-
CMYK0.180.2600.02
HSL260º86.84%85.1%-
HSV(B)260º26.4%98.04%-
XYZ59.8554.397.77-
YUV198.1157.29133.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 184 (72.27% from 255) = 28.75%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=32.19%
G=28.75%
B=39.06%

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
Decimal2061842500.180.2600.0226086.8485.1
HexCEB8FA121A021045755
Octal316270372223202404127125
Binary110011101011100011111010100101101001010000010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8FA; }

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

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

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

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

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

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

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

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