#DEF2AD

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

Shades of Reef #DEF2AD

Tints of Reef #DEF2AD

Color information

#DEF2AD (or 0xDEF2AD) is unknown color: approx Reef. HEX triplet: DE, F2 and AD. RGB value is (222,242,173). Sum of RGB (Red+Green+Blue) = 222+242+173=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AD is #210D52. Grayscale: #E4E4E4. Windows color (decimal): -2166099 or 11399902. OLE color: 11399902.

HSL color Cylindrical-coordinate representation of color #DEF2AD: hue angle of 77.39º 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 #DEF2AD is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB222242173-
CMYK0.0800.290.05
HSL77.39º72.63%81.37%-
HSV(B)77.39º28.51%94.9%-
XYZ69.4282.0551.71-
YUV228.1596.87123.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=34.85%
G=37.99%
B=27.16%

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
Decimal2222421730.0800.290.0577.3972.6381.37
HexDEF2AD801D54d4951
Octal336362255100355115111121
Binary1101111011110010101011011000011101101100110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2AD; }

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

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

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

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

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

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

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

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