#DEFFA1

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

Shades of Reef #DEFFA1

Tints of Reef #DEFFA1

Color information

#DEFFA1 (or 0xDEFFA1) is unknown color: approx Reef. HEX triplet: DE, FF and A1. RGB value is (222,255,161). Sum of RGB (Red+Green+Blue) = 222+255+161=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFA1 is #21005E. Grayscale: #EAEAEA. Windows color (decimal): -2162783 or 10616798. OLE color: 10616798.

HSL color Cylindrical-coordinate representation of color #DEFFA1: hue angle of 81.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEFFA1 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB222255161-
CMYK0.1300.370
HSL81.06º100%81.57%-
HSV(B)81.06º36.86%100%-
XYZ72.3289.6247.21-
YUV234.4286.57119.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 161 (63.28% from 255) = 25.24%
R=34.80%
G=39.97%
B=25.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551610.1300.37081.0610081.57
HexDEFFA1D0250516452
Octal336377241150450121144122
Binary110111101111111110100001110101001010101000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFA1; }

 p { color: rgb(222,255,161); }

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

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

 a { background-color: rgb(222,255,161); }

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

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

 span { border-color: rgb(222,255,161); }

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