#DEEF9F

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

Shades of Reef #DEEF9F

Tints of Reef #DEEF9F

Color information

#DEEF9F (or 0xDEEF9F) is unknown color: approx Reef. HEX triplet: DE, EF and 9F. RGB value is (222,239,159). Sum of RGB (Red+Green+Blue) = 222+239+159=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEF9F is #211060. Grayscale: #E1E1E1. Windows color (decimal): -2166881 or 10481630. OLE color: 10481630.

HSL color Cylindrical-coordinate representation of color #DEEF9F: hue angle of 72.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEEF9F is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB222239159-
CMYK0.0700.330.06
HSL72.75º71.43%78.04%-
HSV(B)72.75º33.47%93.73%-
XYZ67.2579.7744.65-
YUV224.890.87126-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 159 (62.5% from 255) = 25.65%
R=35.81%
G=38.55%
B=25.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391590.0700.330.0672.7571.4378.04
HexDEEF9F7021649474e
Octal33635723770416111107116
Binary1101111011101111100111111110100001110100100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF9F; }

 p { color: rgb(222,239,159); }

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

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

 a { background-color: rgb(222,239,159); }

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

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

 span { border-color: rgb(222,239,159); }

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