Html Css Color HEX #E6F0DA Catskill White

📋 copy color: '#E6F0DA'

red 230 ◦ green 240 ◦ blue 218

#E6F0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catskill White #E6F0DA

Tints of Catskill White #E6F0DA

RGB

 RED value IS 230 (90.23% from 255) = 33.43%

 GREEN value IS 240 (94.14% from 255) = 34.88%

 BLUE value IS 218 (85.55% from 255) = 31.69%

R = 33.43%
G = 34.88%
B = 31.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#E6F0DA (or 0xE6F0DA) is known color: Catskill White. HEX triplet: E6, F0 and DA. RGB value is (230,240,218). Sum of RGB (Red+Green+Blue) = 230+240+218=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0DA is #190F25. Grayscale: #EAEAEA. Windows color (decimal): -1642278 or 14348518. OLE color: 14348518.

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

Color convert

RGB 230 240 218 -
CMYK 0.04 0 0.09 0.06
HSL 87.27º 0.42% 0.9% -
HSV(B) 87.27º 0.09% 0.94% -
XYZ 76.45 84.21 78.55 -
YUV 234.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 230 240 218 0.04 0 0.09 0.06 87.27 0.42 0.9
Hex E6 F0 DA 4 0 9 6 57 2A 5A
Octal 346 360 332 4 0 11 6 127 52 132
Binary 11100110 11110000 11011010 100 0 1001 110 1010111 101010 1011010

Color Harmonies of #E6F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F0DA

Black with #E6F0DA

Text Example


Text Example

White with #E6F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F0DA; }

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

 H1.HeaderClassName
 {
   color: #E6F0DA;
 }
 .AnyTagClassName
 {
   color: #E6F0DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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