#CEB7E8

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

Shades of Fog #CEB7E8

Tints of Fog #CEB7E8

Color information

#CEB7E8 (or 0xCEB7E8) is unknown color: approx Fog. HEX triplet: CE, B7 and E8. RGB value is (206,183,232). Sum of RGB (Red+Green+Blue) = 206+183+232=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7E8 is #314817. Grayscale: #C3C3C3. Windows color (decimal): -3229720 or 15251406. OLE color: 15251406.

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

Color convert

RGB206183232-
CMYK0.110.2100.09
HSL268.16º51.58%81.37%-
HSV(B)268.16º21.12%90.98%-
XYZ56.9552.8183.54-
YUV195.46148.62135.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=33.17%
G=29.47%
B=37.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061832320.110.2100.09268.1651.5881.37
HexCEB7E8B150910c3451
Octal316267350132501141464121
Binary110011101011011111101000101110101010011000011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7E8; }

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

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

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

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

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

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

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

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