Html Css Color HEX #E6FDE5 Aqua Spring

📋 copy color: '#E6FDE5'

red 230 ◦ green 253 ◦ blue 229

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

Shades of Aqua Spring #E6FDE5

Tints of Aqua Spring #E6FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.53%

 BLUE value IS 229 (89.84% from 255) = 32.16%

R = 32.3%
G = 35.53%
B = 32.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#E6FDE5 (or 0xE6FDE5) is known color: Aqua Spring. HEX triplet: E6, FD and E5. RGB value is (230,253,229). Sum of RGB (Red+Green+Blue) = 230+253+229=712 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.30% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDE5 is #19021A. Grayscale: #F3F3F3. Windows color (decimal): -1638939 or 15072742. OLE color: 15072742.

HSL color Cylindrical-coordinate representation of color #E6FDE5: hue angle of 117.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDE5 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 253 229 -
CMYK 0.09 0 0.09 0.01
HSL 117.5º 0.86% 0.95% -
HSV(B) 117.5º 0.09% 0.99% -
XYZ 81.9 92.73 87.71 -
YUV 243.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 230 253 229 0.09 0 0.09 0.01 117.5 0.86 0.95
Hex E6 FD E5 9 0 9 1 76 56 5F
Octal 346 375 345 11 0 11 1 166 126 137
Binary 11100110 11111101 11100101 1001 0 1001 1 1110110 1010110 1011111

Color Harmonies of #E6FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FDE5

Black with #E6FDE5

Text Example


Text Example

White with #E6FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FDE5; }

 p { color: rgb(230,253,229); }

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

background-color css

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

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

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

border-color css

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

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

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