#E4F2D5

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

Shades of Catskill White #E4F2D5

Tints of Catskill White #E4F2D5

Color information

#E4F2D5 (or 0xE4F2D5) is unknown color: approx Catskill White. HEX triplet: E4, F2 and D5. RGB value is (228,242,213). Sum of RGB (Red+Green+Blue) = 228+242+213=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2D5 is #1B0D2A. Grayscale: #EAEAEA. Windows color (decimal): -1772843 or 14021348. OLE color: 14021348.

HSL color Cylindrical-coordinate representation of color #E4F2D5: hue angle of 88.97º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4F2D5 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB228242213-
CMYK0.0600.120.05
HSL88.97º52.73%89.22%-
HSV(B)88.97º11.98%94.9%-
XYZ75.7684.875.33-
YUV234.51115.86123.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=33.38%
G=35.43%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282422130.0600.120.0588.9752.7389.22
HexE4F2D560C5593559
Octal3443623256014513165131
Binary1110010011110010110101011100110010110110011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F2D5; }

 p { color: rgb(228,242,213); }

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

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

 a { background-color: rgb(228,242,213); }

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

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

 span { border-color: rgb(228,242,213); }

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