#CEB9F9

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

Shades of Fog #CEB9F9

Tints of Fog #CEB9F9

Color information

#CEB9F9 (or 0xCEB9F9) is unknown color: approx Fog. HEX triplet: CE, B9 and F9. RGB value is (206,185,249). Sum of RGB (Red+Green+Blue) = 206+185+249=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9F9 is #314606. Grayscale: #C6C6C6. Windows color (decimal): -3229191 or 16366030. OLE color: 16366030.

HSL color Cylindrical-coordinate representation of color #CEB9F9: hue angle of 259.69º degrees, saturation: 0.84, 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 #CEB9F9 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206185249-
CMYK0.170.2600.02
HSL259.69º84.21%85.1%-
HSV(B)259.69º25.7%97.65%-
XYZ59.954.6697.02-
YUV198.58156.46133.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=32.19%
G=28.91%
B=38.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061852490.170.2600.02259.6984.2185.1
HexCEB9F9111A021045455
Octal316271371213202404124125
Binary110011101011100111111001100011101001010000010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9F9; }

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

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

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

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

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

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

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

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