#DEF7AD

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

Shades of Reef #DEF7AD

Tints of Reef #DEF7AD

Color information

#DEF7AD (or 0xDEF7AD) is unknown color: approx Reef. HEX triplet: DE, F7 and AD. RGB value is (222,247,173). Sum of RGB (Red+Green+Blue) = 222+247+173=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF7AD is #210852. Grayscale: #E7E7E7. Windows color (decimal): -2164819 or 11401182. OLE color: 11401182.

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

Color convert

RGB222247173-
CMYK0.1000.300.03
HSL80.27º82.22%82.35%-
HSV(B)80.27º29.96%96.86%-
XYZ70.9385.0752.22-
YUV231.0995.22121.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 247 (96.88% from 255) = 38.47%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=34.58%
G=38.47%
B=26.95%

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
Decimal2222471730.1000.300.0380.2782.2282.35
HexDEF7ADA01E3505252
Octal336367255120363120122122
Binary110111101111011110101101101001111011101000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7AD; }

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

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

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

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

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

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

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

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