#DEF8AA

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

Shades of Reef #DEF8AA

Tints of Reef #DEF8AA

Color information

#DEF8AA (or 0xDEF8AA) is unknown color: approx Reef. HEX triplet: DE, F8 and AA. RGB value is (222,248,170). Sum of RGB (Red+Green+Blue) = 222+248+170=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8AA is #210755. Grayscale: #E7E7E7. Windows color (decimal): -2164566 or 11204830. OLE color: 11204830.

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

Color convert

RGB222248170-
CMYK0.1000.310.03
HSL80º84.78%81.96%-
HSV(B)80º31.45%97.25%-
XYZ70.9585.5750.81-
YUV231.3393.39121.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 170 (66.80% from 255) = 26.56%
R=34.69%
G=38.75%
B=26.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481700.1000.310.038084.7881.96
HexDEF8AAA01F3505552
Octal336370252120373120125122
Binary110111101111100010101010101001111111101000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8AA; }

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

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

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

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

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

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

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

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