#DEF9AF

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

Shades of Reef #DEF9AF

Tints of Reef #DEF9AF

Color information

#DEF9AF (or 0xDEF9AF) is unknown color: approx Reef. HEX triplet: DE, F9 and AF. RGB value is (222,249,175). Sum of RGB (Red+Green+Blue) = 222+249+175=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF9AF is #210650. Grayscale: #E8E8E8. Windows color (decimal): -2164305 or 11532766. OLE color: 11532766.

HSL color Cylindrical-coordinate representation of color #DEF9AF: hue angle of 81.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEF9AF is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB222249175-
CMYK0.1100.300.02
HSL81.89º86.05%83.14%-
HSV(B)81.89º29.72%97.65%-
XYZ71.7486.3853.45-
YUV232.4995.55120.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=34.37%
G=38.54%
B=27.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491750.1100.300.0281.8986.0583.14
HexDEF9AFB01E2525653
Octal336371257130362122126123
Binary110111101111100110101111101101111010101001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9AF; }

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

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

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

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

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

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

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

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