#DEF0AB

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

Shades of Reef #DEF0AB

Tints of Reef #DEF0AB

Color information

#DEF0AB (or 0xDEF0AB) is unknown color: approx Reef. HEX triplet: DE, F0 and AB. RGB value is (222,240,171). Sum of RGB (Red+Green+Blue) = 222+240+171=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AB is #210F54. Grayscale: #E3E3E3. Windows color (decimal): -2166613 or 11268318. OLE color: 11268318.

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

Color convert

RGB222240171-
CMYK0.0800.290.06
HSL75.65º69.7%80.59%-
HSV(B)75.65º28.75%94.12%-
XYZ68.6380.7950.5-
YUV226.7596.54124.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 171 (67.19% from 255) = 27.01%
R=35.07%
G=37.91%
B=27.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401710.0800.290.0675.6569.780.59
HexDEF0AB801D64c4651
Octal336360253100356114106121
Binary1101111011110000101010111000011101110100110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0AB; }

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

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

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

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

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

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

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

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