#E4CFFF

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

Shades of Fog #E4CFFF

Tints of Fog #E4CFFF

Color information

#E4CFFF (or 0xE4CFFF) is unknown color: approx Fog. HEX triplet: E4, CF and FF. RGB value is (228,207,255). Sum of RGB (Red+Green+Blue) = 228+207+255=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFFF is #1B3000. Grayscale: #DADADA. Windows color (decimal): -1781761 or 16764900. OLE color: 16764900.

HSL color Cylindrical-coordinate representation of color #E4CFFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CFFF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB228207255-
CMYK0.110.1900
HSL266.25º100%90.59%-
HSV(B)266.25º18.82%100%-
XYZ72.3668.34103.98-
YUV218.75148.46134.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.04%
GREEN value IS 207 (81.25% from 255) = 30%
BLUE value IS 255 (100% from 255) = 36.96%
R=33.04%
G=30%
B=36.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282072550.110.1900266.2510090.59
HexE4CFFFB130010a645b
Octal344317377132300412144133
Binary1110010011001111111111111011100110010000101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFFF; }

 p { color: rgb(228,207,255); }

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

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

 a { background-color: rgb(228,207,255); }

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

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

 span { border-color: rgb(228,207,255); }

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