#CEBBE3

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

Shades of Fog #CEBBE3

Tints of Fog #CEBBE3

Color information

#CEBBE3 (or 0xCEBBE3) is unknown color: approx Fog. HEX triplet: CE, BB and E3. RGB value is (206,187,227). Sum of RGB (Red+Green+Blue) = 206+187+227=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE3 is #31441C. Grayscale: #C5C5C5. Windows color (decimal): -3228701 or 14924750. OLE color: 14924750.

HSL color Cylindrical-coordinate representation of color #CEBBE3: hue angle of 268.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBE3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206187227-
CMYK0.090.1800.11
HSL268.5º41.67%81.18%-
HSV(B)268.5º17.62%89.02%-
XYZ57.0954.2180.13-
YUV197.24144.79134.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=33.23%
G=30.16%
B=36.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061872270.090.1800.11268.541.6781.18
HexCEBBE39120B10c2a51
Octal316273343112201341452121
Binary110011101011101111100011100110010010111000011001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBE3; }

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

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

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

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

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

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

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

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