#CEBEF5

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

Shades of Fog #CEBEF5

Tints of Fog #CEBEF5

Color information

#CEBEF5 (or 0xCEBEF5) is unknown color: approx Fog. HEX triplet: CE, BE and F5. RGB value is (206,190,245). Sum of RGB (Red+Green+Blue) = 206+190+245=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEBEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF5 is #31410A. Grayscale: #C8C8C8. Windows color (decimal): -3227915 or 16105166. OLE color: 16105166.

HSL color Cylindrical-coordinate representation of color #CEBEF5: hue angle of 257.45º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBEF5 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206190245-
CMYK0.160.2200.04
HSL257.45º73.33%85.29%-
HSV(B)257.45º22.45%96.08%-
XYZ60.3556.5494.12-
YUV201.05152.8131.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=32.14%
G=29.64%
B=38.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061902450.160.2200.04257.4573.3385.29
HexCEBEF51016041014955
Octal316276365202604401111125
Binary1100111010111110111101011000010110010010000000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEF5; }

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

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

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

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

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

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

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

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