#CEBAF6

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

Shades of Fog #CEBAF6

Tints of Fog #CEBAF6

Color information

#CEBAF6 (or 0xCEBAF6) is unknown color: approx Fog. HEX triplet: CE, BA and F6. RGB value is (206,186,246). Sum of RGB (Red+Green+Blue) = 206+186+246=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAF6 is #314509. Grayscale: #C6C6C6. Windows color (decimal): -3228938 or 16169678. OLE color: 16169678.

HSL color Cylindrical-coordinate representation of color #CEBAF6: hue angle of 260º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEBAF6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206186246-
CMYK0.160.2400.04
HSL260º76.92%84.71%-
HSV(B)260º24.39%96.47%-
XYZ59.6554.8994.64-
YUV198.82154.63133.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=32.29%
G=29.15%
B=38.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061862460.160.2400.0426076.9284.71
HexCEBAF61018041044d55
Octal316272366203004404115125
Binary1100111010111010111101101000011000010010000010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAF6; }

 p { color: rgb(206,186,246); }

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

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

 a { background-color: rgb(206,186,246); }

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

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

 span { border-color: rgb(206,186,246); }

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