#CEB5FB

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

Shades of Fog #CEB5FB

Tints of Fog #CEB5FB

Color information

#CEB5FB (or 0xCEB5FB) is unknown color: approx Fog. HEX triplet: CE, B5 and FB. RGB value is (206,181,251). Sum of RGB (Red+Green+Blue) = 206+181+251=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5FB is #314A04. Grayscale: #C4C4C4. Windows color (decimal): -3230213 or 16496078. OLE color: 16496078.

HSL color Cylindrical-coordinate representation of color #CEB5FB: hue angle of 261.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB5FB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206181251-
CMYK0.180.2800.02
HSL261.43º89.74%84.71%-
HSV(B)261.43º27.89%98.43%-
XYZ59.3953.1398.39-
YUV196.46158.78134.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=32.29%
G=28.37%
B=39.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061812510.180.2800.02261.4389.7484.71
HexCEB5FB121C021055a55
Octal316265373223402405132125
Binary110011101011010111111011100101110001010000010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5FB; }

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

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

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

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

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

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

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

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