#CEBCF9

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

Shades of Fog #CEBCF9

Tints of Fog #CEBCF9

Color information

#CEBCF9 (or 0xCEBCF9) is unknown color: approx Fog. HEX triplet: CE, BC and F9. RGB value is (206,188,249). Sum of RGB (Red+Green+Blue) = 206+188+249=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEBCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCF9 is #314306. Grayscale: #C8C8C8. Windows color (decimal): -3228423 or 16366798. OLE color: 16366798.

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

Color convert

RGB206188249-
CMYK0.170.2400.02
HSL257.7º83.56%85.69%-
HSV(B)257.7º24.5%97.65%-
XYZ60.5455.9397.23-
YUV200.34155.46132.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=32.04%
G=29.24%
B=38.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061882490.170.2400.02257.783.5685.69
HexCEBCF91118021025456
Octal316274371213002402124126
Binary110011101011110011111001100011100001010000001010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCF9; }

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

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

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

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

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

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

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

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