#CEBEFA

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

Shades of Fog #CEBEFA

Tints of Fog #CEBEFA

Color information

#CEBEFA (or 0xCEBEFA) is unknown color: approx Fog. HEX triplet: CE, BE and FA. RGB value is (206,190,250). Sum of RGB (Red+Green+Blue) = 206+190+250=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEFA is #314105. Grayscale: #C9C9C9. Windows color (decimal): -3227910 or 16432846. OLE color: 16432846.

HSL color Cylindrical-coordinate representation of color #CEBEFA: hue angle of 256º degrees, saturation: 0.86, 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 #CEBEFA is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206190250-
CMYK0.180.2400.02
HSL256º85.71%86.27%-
HSV(B)256º24%98.04%-
XYZ61.1256.8598.19-
YUV201.62155.3131.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.89%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=31.89%
G=29.41%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061902500.180.2400.0225685.7186.27
HexCEBEFA1218021005656
Octal316276372223002400126126
Binary110011101011111011111010100101100001010000000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEFA; }

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

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

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

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

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

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

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

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