#CEBAE0

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

Shades of Fog #CEBAE0

Tints of Fog #CEBAE0

Color information

#CEBAE0 (or 0xCEBAE0) is unknown color: approx Fog. HEX triplet: CE, BA and E0. RGB value is (206,186,224). Sum of RGB (Red+Green+Blue) = 206+186+224=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAE0 is #31451F. Grayscale: #C4C4C4. Windows color (decimal): -3228960 or 14727886. OLE color: 14727886.

HSL color Cylindrical-coordinate representation of color #CEBAE0: hue angle of 271.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBAE0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206186224-
CMYK0.080.1700.12
HSL271.58º38%80.39%-
HSV(B)271.58º16.96%87.84%-
XYZ56.4753.6277.89-
YUV196.31143.63134.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=33.44%
G=30.19%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061862240.080.1700.12271.583880.39
HexCEBAE08110C1102650
Octal316272340102101442046120
Binary110011101011101011100000100010001011001000100001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAE0; }

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

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

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

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

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

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

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

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