#DEF5AE

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

Shades of Reef #DEF5AE

Tints of Reef #DEF5AE

Color information

#DEF5AE (or 0xDEF5AE) is unknown color: approx Reef. HEX triplet: DE, F5 and AE. RGB value is (222,245,174). Sum of RGB (Red+Green+Blue) = 222+245+174=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF5AE is #210A51. Grayscale: #E6E6E6. Windows color (decimal): -2165330 or 11466206. OLE color: 11466206.

HSL color Cylindrical-coordinate representation of color #DEF5AE: hue angle of 79.44º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF5AE is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB222245174-
CMYK0.0900.290.04
HSL79.44º78.02%82.16%-
HSV(B)79.44º28.98%96.08%-
XYZ70.4283.8952.53-
YUV230.0396.38122.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 245 (96.09% from 255) = 38.22%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=34.63%
G=38.22%
B=27.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451740.0900.290.0479.4478.0282.16
HexDEF5AE901D44f4e52
Octal336365256110354117116122
Binary1101111011110101101011101001011101100100111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5AE; }

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

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

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

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

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

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

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

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