#CEB8E9

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

Shades of Fog #CEB8E9

Tints of Fog #CEB8E9

Color information

#CEB8E9 (or 0xCEB8E9) is unknown color: approx Fog. HEX triplet: CE, B8 and E9. RGB value is (206,184,233). Sum of RGB (Red+Green+Blue) = 206+184+233=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB8E9 is #314716. Grayscale: #C3C3C3. Windows color (decimal): -3229463 or 15317198. OLE color: 15317198.

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

Color convert

RGB206184233-
CMYK0.120.2100.09
HSL266.94º52.69%81.76%-
HSV(B)266.94º21.03%91.37%-
XYZ57.353.2984.36-
YUV196.16148.79135.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 184 (72.27% from 255) = 29.53%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=33.07%
G=29.53%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061842330.120.2100.09266.9452.6981.76
HexCEB8E9C150910b3552
Octal316270351142501141365122
Binary110011101011100011101001110010101010011000010111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8E9; }

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

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

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

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

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

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

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

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