#CEBEF8

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

Shades of Fog #CEBEF8

Tints of Fog #CEBEF8

Color information

#CEBEF8 (or 0xCEBEF8) is unknown color: approx Fog. HEX triplet: CE, BE and F8. RGB value is (206,190,248). Sum of RGB (Red+Green+Blue) = 206+190+248=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF8 is #314107. Grayscale: #C9C9C9. Windows color (decimal): -3227912 or 16301774. OLE color: 16301774.

HSL color Cylindrical-coordinate representation of color #CEBEF8: hue angle of 256.55º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBEF8 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206190248-
CMYK0.170.2300.03
HSL256.55º80.56%85.88%-
HSV(B)256.55º23.39%97.25%-
XYZ60.8156.7396.55-
YUV201.4154.3131.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=31.99%
G=29.50%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061902480.170.2300.03256.5580.5685.88
HexCEBEF81117031015156
Octal316276370212703401121126
Binary110011101011111011111000100011011101110000000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEF8; }

 p { color: rgb(206,190,248); }

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

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

 a { background-color: rgb(206,190,248); }

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

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

 span { border-color: rgb(206,190,248); }

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