#CEB9E7

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

Shades of Fog #CEB9E7

Tints of Fog #CEB9E7

Color information

#CEB9E7 (or 0xCEB9E7) is unknown color: approx Fog. HEX triplet: CE, B9 and E7. RGB value is (206,185,231). Sum of RGB (Red+Green+Blue) = 206+185+231=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9E7 is #314618. Grayscale: #C4C4C4. Windows color (decimal): -3229209 or 15186382. OLE color: 15186382.

HSL color Cylindrical-coordinate representation of color #CEB9E7: hue angle of 267.39º degrees, saturation: 0.49, 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 #CEB9E7 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206185231-
CMYK0.110.2000.09
HSL267.39º48.94%81.57%-
HSV(B)267.39º19.91%90.59%-
XYZ57.2353.5982.93-
YUV196.52147.46134.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=33.12%
G=29.74%
B=37.14%

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
Decimal2061852310.110.2000.09267.3948.9481.57
HexCEB9E7B140910b3152
Octal316271347132401141361122
Binary110011101011100111100111101110100010011000010111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9E7; }

 p { color: rgb(206,185,231); }

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

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

 a { background-color: rgb(206,185,231); }

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

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

 span { border-color: rgb(206,185,231); }

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