#CEBAF9

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

Shades of Fog #CEBAF9

Tints of Fog #CEBAF9

Color information

#CEBAF9 (or 0xCEBAF9) is unknown color: approx Fog. HEX triplet: CE, BA and F9. RGB value is (206,186,249). Sum of RGB (Red+Green+Blue) = 206+186+249=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAF9 is #314506. Grayscale: #C6C6C6. Windows color (decimal): -3228935 or 16366286. OLE color: 16366286.

HSL color Cylindrical-coordinate representation of color #CEBAF9: hue angle of 259.05º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBAF9 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206186249-
CMYK0.170.2500.02
HSL259.05º84%85.29%-
HSV(B)259.05º25.3%97.65%-
XYZ60.1155.0897.09-
YUV199.16156.13132.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=32.14%
G=29.02%
B=38.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061862490.170.2500.02259.058485.29
HexCEBAF91119021035455
Octal316272371213102403124125
Binary110011101011101011111001100011100101010000001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAF9; }

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

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

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

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

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

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

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

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