#E0FCAD

Color #E0FCAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #E0FCAD

Tints of Reef #E0FCAD

Color information

#E0FCAD (or 0xE0FCAD) is unknown color: approx Reef. HEX triplet: E0, FC and AD. RGB value is (224,252,173). Sum of RGB (Red+Green+Blue) = 224+252+173=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FCAD is #1F0352. Grayscale: #EAEAEA. Windows color (decimal): -2032467 or 11402464. OLE color: 11402464.

HSL color Cylindrical-coordinate representation of color #E0FCAD: hue angle of 81.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FCAD is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB224252173-
CMYK0.1100.310.01
HSL81.27º92.94%83.33%-
HSV(B)81.27º31.35%98.82%-
XYZ73.0988.4952.76-
YUV234.6293.22120.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 173 (67.97% from 255) = 26.66%
R=34.51%
G=38.83%
B=26.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242521730.1100.310.0181.2792.9483.33
HexE0FCADB01F1515d53
Octal340374255130371121135123
Binary11100000111111001010110110110111111101000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FCAD; }

 p { color: rgb(224,252,173); }

 H1.HeaderClassName
 {
   color: #E0FCAD;
 }
 .AnyTagClassName
 {
   color: #E0FCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(224,252,173); }

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

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

 span { border-color: rgb(224,252,173); }

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