#DEF8AE

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

Shades of Reef #DEF8AE

Tints of Reef #DEF8AE

Color information

#DEF8AE (or 0xDEF8AE) is unknown color: approx Reef. HEX triplet: DE, F8 and AE. RGB value is (222,248,174). Sum of RGB (Red+Green+Blue) = 222+248+174=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8AE is #210751. Grayscale: #E8E8E8. Windows color (decimal): -2164562 or 11466974. OLE color: 11466974.

HSL color Cylindrical-coordinate representation of color #DEF8AE: hue angle of 81.08º degrees, saturation: 0.84, 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 #DEF8AE is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB222248174-
CMYK0.1000.300.03
HSL81.08º84.09%82.75%-
HSV(B)81.08º29.84%97.25%-
XYZ71.3385.7252.83-
YUV231.7995.39121.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=34.47%
G=38.51%
B=27.02%

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
Decimal2222481740.1000.300.0381.0884.0982.75
HexDEF8AEA01E3515453
Octal336370256120363121124123
Binary110111101111100010101110101001111011101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8AE; }

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

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

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

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

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

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

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

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