Html Css Color HEX #E6EDE6 Aqua Spring

📋 copy color: '#E6EDE6'

red 230 ◦ green 237 ◦ blue 230

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

Shades of Aqua Spring #E6EDE6

Tints of Aqua Spring #E6EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33%

R = 33%
G = 34%
B = 33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#E6EDE6 (or 0xE6EDE6) is known color: Aqua Spring. HEX triplet: E6, ED and E6. RGB value is (230,237,230). Sum of RGB (Red+Green+Blue) = 230+237+230=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDE6 is #191219. Grayscale: #EAEAEA. Windows color (decimal): -1643034 or 15134182. OLE color: 15134182.

HSL color Cylindrical-coordinate representation of color #E6EDE6: hue angle of 120º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6EDE6 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 237 230 -
CMYK 0.03 0 0.03 0.07
HSL 120º 0.16% 0.92% -
HSV(B) 120º 0.03% 0.93% -
XYZ 77.2 83.1 86.83 -
YUV 234.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 230 237 230 0.03 0 0.03 0.07 120 0.16 0.92
Hex E6 ED E6 3 0 3 7 78 10 5C
Octal 346 355 346 3 0 3 7 170 20 134
Binary 11100110 11101101 11100110 11 0 11 111 1111000 10000 1011100

Color Harmonies of #E6EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDE6

Black with #E6EDE6

Text Example


Text Example

White with #E6EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDE6; }

 p { color: rgb(230,237,230); }

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

background-color css

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

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

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

border-color css

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

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

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