#DEF0AF

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

Shades of Reef #DEF0AF

Tints of Reef #DEF0AF

Color information

#DEF0AF (or 0xDEF0AF) is unknown color: approx Reef. HEX triplet: DE, F0 and AF. RGB value is (222,240,175). Sum of RGB (Red+Green+Blue) = 222+240+175=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AF is #210F50. Grayscale: #E3E3E3. Windows color (decimal): -2166609 or 11530462. OLE color: 11530462.

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

Color convert

RGB222240175-
CMYK0.0800.270.06
HSL76.62º68.42%81.37%-
HSV(B)76.62º27.08%94.12%-
XYZ69.0280.9452.54-
YUV227.2198.54124.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=34.85%
G=37.68%
B=27.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401750.0800.270.0676.6268.4281.37
HexDEF0AF801B64d4451
Octal336360257100336115104121
Binary1101111011110000101011111000011011110100110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0AF; }

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

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

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

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

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

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

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

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