#E4CFFB

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

Shades of Fog #E4CFFB

Tints of Fog #E4CFFB

Color information

#E4CFFB (or 0xE4CFFB) is unknown color: approx Fog. HEX triplet: E4, CF and FB. RGB value is (228,207,251). Sum of RGB (Red+Green+Blue) = 228+207+251=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFFB is #1B3004. Grayscale: #DADADA. Windows color (decimal): -1781765 or 16502756. OLE color: 16502756.

HSL color Cylindrical-coordinate representation of color #E4CFFB: hue angle of 268.64º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CFFB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228207251-
CMYK0.090.1800.02
HSL268.64º84.62%89.8%-
HSV(B)268.64º17.53%98.43%-
XYZ71.7268.08100.63-
YUV218.3146.46134.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.24%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=33.24%
G=30.17%
B=36.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282072510.090.1800.02268.6484.6289.8
HexE4CFFB9120210d555a
Octal344317373112202415125132
Binary11100100110011111111101110011001001010000110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFFB; }

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

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

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

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

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

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

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

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