Html Css Color HEX #E2E6DF Catskill White

📋 copy color: '#E2E6DF'

red 226 ◦ green 230 ◦ blue 223

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

Shades of Catskill White #E2E6DF

Tints of Catskill White #E2E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.87%

 BLUE value IS 223 (87.5% from 255) = 32.84%

R = 33.28%
G = 33.87%
B = 32.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E2E6DF (or 0xE2E6DF) is known color: Catskill White. HEX triplet: E2, E6 and DF. RGB value is (226,230,223). Sum of RGB (Red+Green+Blue) = 226+230+223=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6DF is #1D1920. Grayscale: #E4E4E4. Windows color (decimal): -1906977 or 14673634. OLE color: 14673634.

HSL color Cylindrical-coordinate representation of color #E2E6DF: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E6DF is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 230 223 -
CMYK 0.02 0 0.03 0.10
HSL 94.29º 0.12% 0.89% -
HSV(B) 94.29º 0.03% 0.9% -
XYZ 72.98 78.09 81.04 -
YUV 228.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 226 230 223 0.02 0 0.03 0.10 94.29 0.12 0.89
Hex E2 E6 DF 2 0 3 A 5E C 59
Octal 342 346 337 2 0 3 12 136 14 131
Binary 11100010 11100110 11011111 10 0 11 1010 1011110 1100 1011001

Color Harmonies of #E2E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E6DF

Black with #E2E6DF

Text Example


Text Example

White with #E2E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E6DF; }

 p { color: rgb(226,230,223); }

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

background-color css

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

 a { background-color: rgb(226,230,223); }

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

border-color css

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

 span { border-color: rgb(226,230,223); }

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