#DEFFA6

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

Shades of Reef #DEFFA6

Tints of Reef #DEFFA6

Color information

#DEFFA6 (or 0xDEFFA6) is unknown color: approx Reef. HEX triplet: DE, FF and A6. RGB value is (222,255,166). Sum of RGB (Red+Green+Blue) = 222+255+166=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFA6 is #210059. Grayscale: #EBEBEB. Windows color (decimal): -2162778 or 10944478. OLE color: 10944478.

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

Color convert

RGB222255166-
CMYK0.1300.350
HSL82.25º100%82.55%-
HSV(B)82.25º34.9%100%-
XYZ72.7789.849.57-
YUV234.9989.07118.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 166 (65.23% from 255) = 25.82%
R=34.53%
G=39.66%
B=25.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551660.1300.35082.2510082.55
HexDEFFA6D0230526453
Octal336377246150430122144123
Binary110111101111111110100110110101000110101001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFA6; }

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

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

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

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

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

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

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

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