#DEF7AE

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

Shades of Reef #DEF7AE

Tints of Reef #DEF7AE

Color information

#DEF7AE (or 0xDEF7AE) is unknown color: approx Reef. HEX triplet: DE, F7 and AE. RGB value is (222,247,174). Sum of RGB (Red+Green+Blue) = 222+247+174=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF7AE is #210851. Grayscale: #E7E7E7. Windows color (decimal): -2164818 or 11466718. OLE color: 11466718.

HSL color Cylindrical-coordinate representation of color #DEF7AE: hue angle of 80.55º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEF7AE is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB222247174-
CMYK0.1000.300.03
HSL80.55º82.02%82.55%-
HSV(B)80.55º29.55%96.86%-
XYZ71.0285.1152.73-
YUV231.295.72121.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=34.53%
G=38.41%
B=27.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222471740.1000.300.0380.5582.0282.55
HexDEF7AEA01E3515253
Octal336367256120363121122123
Binary110111101111011110101110101001111011101000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7AE; }

 p { color: rgb(222,247,174); }

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

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

 a { background-color: rgb(222,247,174); }

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

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

 span { border-color: rgb(222,247,174); }

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