#CEB2EF

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

Shades of Fog #CEB2EF

Tints of Fog #CEB2EF

Color information

#CEB2EF (or 0xCEB2EF) is unknown color: approx Fog. HEX triplet: CE, B2 and EF. RGB value is (206,178,239). Sum of RGB (Red+Green+Blue) = 206+178+239=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB2EF is #314D10. Grayscale: #C1C1C1. Windows color (decimal): -3230993 or 15708878. OLE color: 15708878.

HSL color Cylindrical-coordinate representation of color #CEB2EF: hue angle of 267.54º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB2EF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206178239-
CMYK0.140.2600.06
HSL267.54º65.59%81.76%-
HSV(B)267.54º25.52%93.73%-
XYZ56.9551.1988.54-
YUV193.33153.78137.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=33.07%
G=28.57%
B=38.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061782390.140.2600.06267.5465.5981.76
HexCEB2EFE1A0610c4252
Octal316262357163206414102122
Binary110011101011001011101111111011010011010000110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2EF; }

 p { color: rgb(206,178,239); }

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

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

 a { background-color: rgb(206,178,239); }

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

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

 span { border-color: rgb(206,178,239); }

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