#DEF2AC

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

Shades of Reef #DEF2AC

Tints of Reef #DEF2AC

Color information

#DEF2AC (or 0xDEF2AC) is unknown color: approx Reef. HEX triplet: DE, F2 and AC. RGB value is (222,242,172). Sum of RGB (Red+Green+Blue) = 222+242+172=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AC is #210D53. Grayscale: #E4E4E4. Windows color (decimal): -2166100 or 11334366. OLE color: 11334366.

HSL color Cylindrical-coordinate representation of color #DEF2AC: hue angle of 77.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF2AC is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB222242172-
CMYK0.0800.290.05
HSL77.14º72.92%81.18%-
HSV(B)77.14º28.93%94.9%-
XYZ69.3282.0151.21-
YUV228.0496.37123.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=34.91%
G=38.05%
B=27.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421720.0800.290.0577.1472.9281.18
HexDEF2AC801D54d4951
Octal336362254100355115111121
Binary1101111011110010101011001000011101101100110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2AC; }

 p { color: rgb(222,242,172); }

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

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

 a { background-color: rgb(222,242,172); }

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

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

 span { border-color: rgb(222,242,172); }

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