#CEB6ED

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

Shades of Fog #CEB6ED

Tints of Fog #CEB6ED

Color information

#CEB6ED (or 0xCEB6ED) is unknown color: approx Fog. HEX triplet: CE, B6 and ED. RGB value is (206,182,237). Sum of RGB (Red+Green+Blue) = 206+182+237=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6ED is #314912. Grayscale: #C3C3C3. Windows color (decimal): -3229971 or 15578830. OLE color: 15578830.

HSL color Cylindrical-coordinate representation of color #CEB6ED: hue angle of 266.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB6ED is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206182237-
CMYK0.130.2300.07
HSL266.18º60.44%82.16%-
HSV(B)266.18º23.21%92.94%-
XYZ57.4752.6987.26-
YUV195.45151.45135.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=32.96%
G=29.12%
B=37.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061822370.130.2300.07266.1860.4482.16
HexCEB6EDD170710a3c52
Octal31626635515270741274122
Binary11001110101101101110110111011011101111000010101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6ED; }

 p { color: rgb(206,182,237); }

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

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

 a { background-color: rgb(206,182,237); }

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

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

 span { border-color: rgb(206,182,237); }

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