#DEF0A1

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

Shades of Reef #DEF0A1

Tints of Reef #DEF0A1

Color information

#DEF0A1 (or 0xDEF0A1) is unknown color: approx Reef. HEX triplet: DE, F0 and A1. RGB value is (222,240,161). Sum of RGB (Red+Green+Blue) = 222+240+161=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0A1 is #210F5E. Grayscale: #E1E1E1. Windows color (decimal): -2166623 or 10612958. OLE color: 10612958.

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

Color convert

RGB222240161-
CMYK0.0800.330.06
HSL73.67º72.48%78.63%-
HSV(B)73.67º32.92%94.12%-
XYZ67.7280.4245.67-
YUV225.6191.54125.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 161 (63.28% from 255) = 25.84%
R=35.63%
G=38.52%
B=25.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401610.0800.330.0673.6772.4878.63
HexDEF0A1802164a484f
Octal336360241100416112110117
Binary11011110111100001010000110000100001110100101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0A1; }

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

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

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

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

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

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

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

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