Html Css Color HEX #E6E2DE Spring Wood

📋 copy color: '#E6E2DE'

red 230 ◦ green 226 ◦ blue 222

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

Shades of Spring Wood #E6E2DE

Tints of Spring Wood #E6E2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.74%

R = 33.92%
G = 33.33%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6E2DE (or 0xE6E2DE) is known color: Spring Wood. HEX triplet: E6, E2 and DE. RGB value is (230,226,222). Sum of RGB (Red+Green+Blue) = 230+226+222=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2DE is #191D21. Grayscale: #E2E2E2. Windows color (decimal): -1645858 or 14607078. OLE color: 14607078.

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

Color convert

RGB 230 226 222 -
CMYK 0 0.02 0.03 0.10
HSL 30º 0.14% 0.89% -
HSV(B) 30º 0.03% 0.9% -
XYZ 73.01 76.49 80.02 -
YUV 226.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 230 226 222 0 0.02 0.03 0.10 30 0.14 0.89
Hex E6 E2 DE 0 2 3 A 1E E 59
Octal 346 342 336 0 2 3 12 36 16 131
Binary 11100110 11100010 11011110 0 10 11 1010 11110 1110 1011001

Color Harmonies of #E6E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E2DE

Black with #E6E2DE

Text Example


Text Example

White with #E6E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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