#E6F0DD

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

Shades of Catskill White #E6F0DD

Tints of Catskill White #E6F0DD

Color information

#E6F0DD (or 0xE6F0DD) is unknown color: approx Catskill White. HEX triplet: E6, F0 and DD. RGB value is (230,240,221). Sum of RGB (Red+Green+Blue) = 230+240+221=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0DD is #190F22. Grayscale: #EAEAEA. Windows color (decimal): -1642275 or 14545126. OLE color: 14545126.

HSL color Cylindrical-coordinate representation of color #E6F0DD: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F0DD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB230240221-
CMYK0.0400.080.06
HSL91.58º38.78%90.39%-
HSV(B)91.58º7.92%94.12%-
XYZ76.8484.3680.64-
YUV234.84120.19124.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.29%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=33.29%
G=34.73%
B=31.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302402210.0400.080.0691.5838.7890.39
HexE6F0DD40865c275a
Octal3463603354010613447132
Binary1110011011110000110111011000100011010111001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0DD; }

 p { color: rgb(230,240,221); }

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

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

 a { background-color: rgb(230,240,221); }

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

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

 span { border-color: rgb(230,240,221); }

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