Html Css Color HEX #E2EDD7 Catskill White

📋 copy color: '#E2EDD7'

red 226 ◦ green 237 ◦ blue 215

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

Shades of Catskill White #E2EDD7

Tints of Catskill White #E2EDD7

RGB

 RED value IS 226 (88.67% from 255) = 33.33%

 GREEN value IS 237 (92.97% from 255) = 34.96%

 BLUE value IS 215 (84.38% from 255) = 31.71%

R = 33.33%
G = 34.96%
B = 31.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#E2EDD7 (or 0xE2EDD7) is known color: Catskill White. HEX triplet: E2, ED and D7. RGB value is (226,237,215). Sum of RGB (Red+Green+Blue) = 226+237+215=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDD7 is #1D1228. Grayscale: #E7E7E7. Windows color (decimal): -1905193 or 14151138. OLE color: 14151138.

HSL color Cylindrical-coordinate representation of color #E2EDD7: hue angle of 90º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2EDD7 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 215 -
CMYK 0.05 0 0.09 0.07
HSL 90º 0.38% 0.89% -
HSV(B) 90º 0.09% 0.93% -
XYZ 73.91 81.64 76.15 -
YUV 231.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 226 237 215 0.05 0 0.09 0.07 90 0.38 0.89
Hex E2 ED D7 5 0 9 7 5A 26 59
Octal 342 355 327 5 0 11 7 132 46 131
Binary 11100010 11101101 11010111 101 0 1001 111 1011010 100110 1011001

Color Harmonies of #E2EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDD7

Black with #E2EDD7

Text Example


Text Example

White with #E2EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDD7; }

 p { color: rgb(226,237,215); }

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

background-color css

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

 a { background-color: rgb(226,237,215); }

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

border-color css

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

 span { border-color: rgb(226,237,215); }

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