#E4CDFD

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

Shades of Fog #E4CDFD

Tints of Fog #E4CDFD

Color information

#E4CDFD (or 0xE4CDFD) is unknown color: approx Fog. HEX triplet: E4, CD and FD. RGB value is (228,205,253). Sum of RGB (Red+Green+Blue) = 228+205+253=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CDFD is #1B3202. Grayscale: #D9D9D9. Windows color (decimal): -1782275 or 16633316. OLE color: 16633316.

HSL color Cylindrical-coordinate representation of color #E4CDFD: hue angle of 268.75º degrees, saturation: 0.92, 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 #E4CDFD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228205253-
CMYK0.100.1900.01
HSL268.75º92.31%89.8%-
HSV(B)268.75º18.97%99.22%-
XYZ71.5667.25102.14-
YUV217.35148.12135.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.24%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=33.24%
G=29.88%
B=36.88%

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
Decimal2282052530.100.1900.01268.7592.3189.8
HexE4CDFDA130110d5c5a
Octal344315375122301415134132
Binary1110010011001101111111011010100110110000110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDFD; }

 p { color: rgb(228,205,253); }

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

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

 a { background-color: rgb(228,205,253); }

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

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

 span { border-color: rgb(228,205,253); }

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