#DEF0AD

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

Shades of Reef #DEF0AD

Tints of Reef #DEF0AD

Color information

#DEF0AD (or 0xDEF0AD) is unknown color: approx Reef. HEX triplet: DE, F0 and AD. RGB value is (222,240,173). Sum of RGB (Red+Green+Blue) = 222+240+173=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AD is #210F52. Grayscale: #E3E3E3. Windows color (decimal): -2166611 or 11399390. OLE color: 11399390.

HSL color Cylindrical-coordinate representation of color #DEF0AD: hue angle of 76.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEF0AD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB222240173-
CMYK0.0800.280.06
HSL76.12º69.07%80.98%-
HSV(B)76.12º27.92%94.12%-
XYZ68.8380.8751.52-
YUV226.9897.54124.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=34.96%
G=37.80%
B=27.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401730.0800.280.0676.1269.0780.98
HexDEF0AD801C64c4551
Octal336360255100346114105121
Binary1101111011110000101011011000011100110100110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0AD; }

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

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

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

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

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

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

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

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