#DEEFA0

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

Shades of Reef #DEEFA0

Tints of Reef #DEEFA0

Color information

#DEEFA0 (or 0xDEEFA0) is unknown color: approx Reef. HEX triplet: DE, EF and A0. RGB value is (222,239,160). Sum of RGB (Red+Green+Blue) = 222+239+160=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFA0 is #21105F. Grayscale: #E1E1E1. Windows color (decimal): -2166880 or 10547166. OLE color: 10547166.

HSL color Cylindrical-coordinate representation of color #DEEFA0: hue angle of 72.91º 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 #DEEFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB222239160-
CMYK0.0700.330.06
HSL72.91º71.17%78.24%-
HSV(B)72.91º33.05%93.73%-
XYZ67.3479.845.11-
YUV224.9191.37125.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 160 (62.89% from 255) = 25.76%
R=35.75%
G=38.49%
B=25.76%

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
Decimal2222391600.0700.330.0672.9171.1778.24
HexDEEFA07021649474e
Octal33635724070416111107116
Binary1101111011101111101000001110100001110100100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFA0; }

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

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

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

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

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

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

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

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