#CEBAF5

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

Shades of Fog #CEBAF5

Tints of Fog #CEBAF5

Color information

#CEBAF5 (or 0xCEBAF5) is unknown color: approx Fog. HEX triplet: CE, BA and F5. RGB value is (206,186,245). Sum of RGB (Red+Green+Blue) = 206+186+245=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAF5 is #31450A. Grayscale: #C6C6C6. Windows color (decimal): -3228939 or 16104142. OLE color: 16104142.

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

Color convert

RGB206186245-
CMYK0.160.2400.04
HSL260.34º74.68%84.51%-
HSV(B)260.34º24.08%96.08%-
XYZ59.4954.8393.83-
YUV198.71154.13133.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=32.34%
G=29.20%
B=38.46%

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
Decimal2061862450.160.2400.04260.3474.6884.51
HexCEBAF51018041044b55
Octal316272365203004404113125
Binary1100111010111010111101011000011000010010000010010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAF5; }

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

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

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

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

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

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

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

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