#CEBAE2

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

Shades of Fog #CEBAE2

Tints of Fog #CEBAE2

Color information

#CEBAE2 (or 0xCEBAE2) is unknown color: approx Fog. HEX triplet: CE, BA and E2. RGB value is (206,186,226). Sum of RGB (Red+Green+Blue) = 206+186+226=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAE2 is #31451D. Grayscale: #C4C4C4. Windows color (decimal): -3228958 or 14858958. OLE color: 14858958.

HSL color Cylindrical-coordinate representation of color #CEBAE2: hue angle of 270º degrees, saturation: 0.41, 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 #CEBAE2 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206186226-
CMYK0.090.1800.11
HSL270º40.82%80.78%-
HSV(B)270º17.7%88.63%-
XYZ56.7453.7379.33-
YUV196.54144.63134.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=33.33%
G=30.10%
B=36.57%

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
Decimal2061862260.090.1800.1127040.8280.78
HexCEBAE29120B10e2951
Octal316272342112201341651121
Binary110011101011101011100010100110010010111000011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAE2; }

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

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

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

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

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

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

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

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