#E3CDFC

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

Shades of Fog #E3CDFC

Tints of Fog #E3CDFC

Color information

#E3CDFC (or 0xE3CDFC) is unknown color: approx Fog. HEX triplet: E3, CD and FC. RGB value is (227,205,252). Sum of RGB (Red+Green+Blue) = 227+205+252=684 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.19% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDFC is #1C3203. Grayscale: #D8D8D8. Windows color (decimal): -1847812 or 16567779. OLE color: 16567779.

HSL color Cylindrical-coordinate representation of color #E3CDFC: hue angle of 268.09º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3CDFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227205252-
CMYK0.100.1900.01
HSL268.09º88.68%89.61%-
HSV(B)268.09º18.65%98.82%-
XYZ71.0867.02101.29-
YUV216.94147.79135.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.19%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=33.19%
G=29.97%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272052520.100.1900.01268.0988.6889.61
HexE3CDFCA130110c595a
Octal343315374122301414131132
Binary1110001111001101111111001010100110110000110010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDFC; }

 p { color: rgb(227,205,252); }

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

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

 a { background-color: rgb(227,205,252); }

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

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

 span { border-color: rgb(227,205,252); }

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