#CEB6E9

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

Shades of Fog #CEB6E9

Tints of Fog #CEB6E9

Color information

#CEB6E9 (or 0xCEB6E9) is unknown color: approx Fog. HEX triplet: CE, B6 and E9. RGB value is (206,182,233). Sum of RGB (Red+Green+Blue) = 206+182+233=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6E9 is #314916. Grayscale: #C2C2C2. Windows color (decimal): -3229975 or 15316686. OLE color: 15316686.

HSL color Cylindrical-coordinate representation of color #CEB6E9: hue angle of 268.24º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB6E9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206182233-
CMYK0.120.2200.09
HSL268.24º53.68%81.37%-
HSV(B)268.24º21.89%91.37%-
XYZ56.8952.4684.22-
YUV194.99149.45135.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=33.17%
G=29.31%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061822330.120.2200.09268.2453.6881.37
HexCEB6E9C160910c3651
Octal316266351142601141466121
Binary110011101011011011101001110010110010011000011001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6E9; }

 p { color: rgb(206,182,233); }

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

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

 a { background-color: rgb(206,182,233); }

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

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

 span { border-color: rgb(206,182,233); }

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