#DEEFA2

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

Shades of Reef #DEEFA2

Tints of Reef #DEEFA2

Color information

#DEEFA2 (or 0xDEEFA2) is unknown color: approx Reef. HEX triplet: DE, EF and A2. RGB value is (222,239,162). Sum of RGB (Red+Green+Blue) = 222+239+162=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFA2 is #21105D. Grayscale: #E1E1E1. Windows color (decimal): -2166878 or 10678238. OLE color: 10678238.

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

Color convert

RGB222239162-
CMYK0.0700.320.06
HSL73.25º70.64%78.63%-
HSV(B)73.25º32.22%93.73%-
XYZ67.5179.8746.04-
YUV225.1492.37125.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 162 (63.67% from 255) = 26.00%
R=35.63%
G=38.36%
B=26.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391620.0700.320.0673.2570.6478.63
HexDEEFA27020649474f
Octal33635724270406111107117
Binary1101111011101111101000101110100000110100100110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFA2; }

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

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

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

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

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

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

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

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