#DEF8AD

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

Shades of Reef #DEF8AD

Tints of Reef #DEF8AD

Color information

#DEF8AD (or 0xDEF8AD) is unknown color: approx Reef. HEX triplet: DE, F8 and AD. RGB value is (222,248,173). Sum of RGB (Red+Green+Blue) = 222+248+173=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8AD is #210752. Grayscale: #E7E7E7. Windows color (decimal): -2164563 or 11401438. OLE color: 11401438.

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

Color convert

RGB222248173-
CMYK0.1000.300.03
HSL80.8º84.27%82.55%-
HSV(B)80.8º30.24%97.25%-
XYZ71.2385.6852.32-
YUV231.6894.89121.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=34.53%
G=38.57%
B=26.91%

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
Decimal2222481730.1000.300.0380.884.2782.55
HexDEF8ADA01E3515453
Octal336370255120363121124123
Binary110111101111100010101101101001111011101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8AD; }

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

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

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

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

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

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

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

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