#CEB5EA

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

Shades of Fog #CEB5EA

Tints of Fog #CEB5EA

Color information

#CEB5EA (or 0xCEB5EA) is unknown color: approx Fog. HEX triplet: CE, B5 and EA. RGB value is (206,181,234). Sum of RGB (Red+Green+Blue) = 206+181+234=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5EA is #314A15. Grayscale: #C2C2C2. Windows color (decimal): -3230230 or 15381966. OLE color: 15381966.

HSL color Cylindrical-coordinate representation of color #CEB5EA: hue angle of 268.3º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB5EA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206181234-
CMYK0.120.2300.08
HSL268.3º55.79%81.37%-
HSV(B)268.3º22.65%91.76%-
XYZ56.8352.1184.9-
YUV194.52150.28136.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=33.17%
G=29.15%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061812340.120.2300.08268.355.7981.37
HexCEB5EAC170810c3851
Octal316265352142701041470121
Binary110011101011010111101010110010111010001000011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5EA; }

 p { color: rgb(206,181,234); }

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

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

 a { background-color: rgb(206,181,234); }

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

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

 span { border-color: rgb(206,181,234); }

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