#CEB9FE

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

Shades of Fog #CEB9FE

Tints of Fog #CEB9FE

Color information

#CEB9FE (or 0xCEB9FE) is unknown color: approx Fog. HEX triplet: CE, B9 and FE. RGB value is (206,185,254). Sum of RGB (Red+Green+Blue) = 206+185+254=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9FE is #314601. Grayscale: #C6C6C6. Windows color (decimal): -3229186 or 16693710. OLE color: 16693710.

HSL color Cylindrical-coordinate representation of color #CEB9FE: hue angle of 258.26º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB9FE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206185254-
CMYK0.190.2700.00
HSL258.26º97.18%86.08%-
HSV(B)258.26º27.17%99.61%-
XYZ60.6954.98101.18-
YUV199.14158.96132.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 185 (72.66% from 255) = 28.68%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=31.94%
G=28.68%
B=39.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061852540.190.2700.00258.2697.1886.08
HexCEB9FE131B001026156
Octal316271376233300402141126
Binary11001110101110011111111010011110110010000001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9FE; }

 p { color: rgb(206,185,254); }

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

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

 a { background-color: rgb(206,185,254); }

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

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

 span { border-color: rgb(206,185,254); }

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