#CEBBE2

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

Shades of Fog #CEBBE2

Tints of Fog #CEBBE2

Color information

#CEBBE2 (or 0xCEBBE2) is unknown color: approx Fog. HEX triplet: CE, BB and E2. RGB value is (206,187,226). Sum of RGB (Red+Green+Blue) = 206+187+226=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE2 is #31441D. Grayscale: #C4C4C4. Windows color (decimal): -3228702 or 14859214. OLE color: 14859214.

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

Color convert

RGB206187226-
CMYK0.090.1700.11
HSL269.23º40.21%80.98%-
HSV(B)269.23º17.26%88.63%-
XYZ56.9554.1579.4-
YUV197.13144.29134.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=33.28%
G=30.21%
B=36.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061872260.090.1700.11269.2340.2180.98
HexCEBBE29110B10d2851
Octal316273342112101341550121
Binary110011101011101111100010100110001010111000011011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBE2; }

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

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

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

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

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

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

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

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