#CEBAE8

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

Shades of Fog #CEBAE8

Tints of Fog #CEBAE8

Color information

#CEBAE8 (or 0xCEBAE8) is unknown color: approx Fog. HEX triplet: CE, BA and E8. RGB value is (206,186,232). Sum of RGB (Red+Green+Blue) = 206+186+232=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAE8 is #314517. Grayscale: #C5C5C5. Windows color (decimal): -3228952 or 15252174. OLE color: 15252174.

HSL color Cylindrical-coordinate representation of color #CEBAE8: hue angle of 266.09º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBAE8 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206186232-
CMYK0.110.2000.09
HSL266.09º50%81.96%-
HSV(B)266.09º19.83%90.98%-
XYZ57.5854.0783.74-
YUV197.22147.63134.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=33.01%
G=29.81%
B=37.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061862320.110.2000.09266.095081.96
HexCEBAE8B140910a3252
Octal316272350132401141262122
Binary110011101011101011101000101110100010011000010101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAE8; }

 p { color: rgb(206,186,232); }

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

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

 a { background-color: rgb(206,186,232); }

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

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

 span { border-color: rgb(206,186,232); }

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