#E6F2DA

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

Shades of Catskill White #E6F2DA

Tints of Catskill White #E6F2DA

Color information

#E6F2DA (or 0xE6F2DA) is unknown color: approx Catskill White. HEX triplet: E6, F2 and DA. RGB value is (230,242,218). Sum of RGB (Red+Green+Blue) = 230+242+218=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2DA is #190D25. Grayscale: #EBEBEB. Windows color (decimal): -1641766 or 14349030. OLE color: 14349030.

HSL color Cylindrical-coordinate representation of color #E6F2DA: hue angle of 90º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6F2DA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB230242218-
CMYK0.0500.100.05
HSL90º48%90.2%-
HSV(B)90º9.92%94.9%-
XYZ77.0485.3978.75-
YUV235.68118.02123.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=33.33%
G=35.07%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302422180.0500.100.05904890.2
HexE6F2DA50A55a305a
Octal3463623325012513260132
Binary1110011011110010110110101010101010110110101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2DA; }

 p { color: rgb(230,242,218); }

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

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

 a { background-color: rgb(230,242,218); }

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

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

 span { border-color: rgb(230,242,218); }

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