#CEB5F1

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

Shades of Fog #CEB5F1

Tints of Fog #CEB5F1

Color information

#CEB5F1 (or 0xCEB5F1) is unknown color: approx Fog. HEX triplet: CE, B5 and F1. RGB value is (206,181,241). Sum of RGB (Red+Green+Blue) = 206+181+241=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5F1 is #314A0E. Grayscale: #C3C3C3. Windows color (decimal): -3230223 or 15840718. OLE color: 15840718.

HSL color Cylindrical-coordinate representation of color #CEB5F1: hue angle of 265º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB5F1 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206181241-
CMYK0.150.2500.05
HSL265º68.18%82.75%-
HSV(B)265º24.9%94.51%-
XYZ57.8552.5290.31-
YUV195.32153.78135.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=32.80%
G=28.82%
B=38.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061812410.150.2500.0526568.1882.75
HexCEB5F1F19051094453
Octal316265361173105411104123
Binary110011101011010111110001111111001010110000100110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5F1; }

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

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

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

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

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

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

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

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