#CEBDFA

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

Shades of Fog #CEBDFA

Tints of Fog #CEBDFA

Color information

#CEBDFA (or 0xCEBDFA) is unknown color: approx Fog. HEX triplet: CE, BD and FA. RGB value is (206,189,250). Sum of RGB (Red+Green+Blue) = 206+189+250=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFA is #314205. Grayscale: #C8C8C8. Windows color (decimal): -3228166 or 16432590. OLE color: 16432590.

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

Color convert

RGB206189250-
CMYK0.180.2400.02
HSL256.72º85.92%86.08%-
HSV(B)256.72º24.4%98.04%-
XYZ60.9156.4298.12-
YUV201.04155.63131.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=31.94%
G=29.30%
B=38.76%

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
Decimal2061892500.180.2400.02256.7285.9286.08
HexCEBDFA1218021015656
Octal316275372223002401126126
Binary110011101011110111111010100101100001010000000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDFA; }

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

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

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

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

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

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

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

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