#CEBBF6

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

Shades of Fog #CEBBF6

Tints of Fog #CEBBF6

Color information

#CEBBF6 (or 0xCEBBF6) is unknown color: approx Fog. HEX triplet: CE, BB and F6. RGB value is (206,187,246). Sum of RGB (Red+Green+Blue) = 206+187+246=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBF6 is #314409. Grayscale: #C7C7C7. Windows color (decimal): -3228682 or 16169934. OLE color: 16169934.

HSL color Cylindrical-coordinate representation of color #CEBBF6: hue angle of 259.32º 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 #CEBBF6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206187246-
CMYK0.160.2400.04
HSL259.32º76.62%84.9%-
HSV(B)259.32º23.98%96.47%-
XYZ59.8655.3294.71-
YUV199.41154.29132.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=32.24%
G=29.26%
B=38.50%

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
Decimal2061872460.160.2400.04259.3276.6284.9
HexCEBBF61018041034d55
Octal316273366203004403115125
Binary1100111010111011111101101000011000010010000001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBF6; }

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

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

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

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

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

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

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

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