#E6F2D9

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

Shades of Catskill White #E6F2D9

Tints of Catskill White #E6F2D9

Color information

#E6F2D9 (or 0xE6F2D9) is unknown color: approx Catskill White. HEX triplet: E6, F2 and D9. RGB value is (230,242,217). Sum of RGB (Red+Green+Blue) = 230+242+217=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2D9 is #190D26. Grayscale: #EBEBEB. Windows color (decimal): -1641767 or 14283494. OLE color: 14283494.

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

Color convert

RGB230242217-
CMYK0.0500.100.05
HSL88.8º49.02%90%-
HSV(B)88.8º10.33%94.9%-
XYZ76.9185.3478.06-
YUV235.56117.52124.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 217 (85.16% from 255) = 31.49%
R=33.38%
G=35.12%
B=31.49%

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
Decimal2302422170.0500.100.0588.849.0290
HexE6F2D950A559315a
Octal3463623315012513161132
Binary1110011011110010110110011010101010110110011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F2D9; }

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

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

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

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

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

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

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

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