#DEF8A4

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

Shades of Reef #DEF8A4

Tints of Reef #DEF8A4

Color information

#DEF8A4 (or 0xDEF8A4) is unknown color: approx Reef. HEX triplet: DE, F8 and A4. RGB value is (222,248,164). Sum of RGB (Red+Green+Blue) = 222+248+164=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8A4 is #21075B. Grayscale: #E6E6E6. Windows color (decimal): -2164572 or 10811614. OLE color: 10811614.

HSL color Cylindrical-coordinate representation of color #DEF8A4: hue angle of 78.57º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEF8A4 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB222248164-
CMYK0.1000.340.03
HSL78.57º85.71%80.78%-
HSV(B)78.57º33.87%97.25%-
XYZ70.3985.3447.89-
YUV230.6590.39121.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 248 (97.27% from 255) = 39.12%
BLUE value IS 164 (64.45% from 255) = 25.87%
R=35.02%
G=39.12%
B=25.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481640.1000.340.0378.5785.7180.78
HexDEF8A4A02234f5651
Octal336370244120423117126121
Binary1101111011111000101001001010010001011100111110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8A4; }

 p { color: rgb(222,248,164); }

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

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

 a { background-color: rgb(222,248,164); }

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

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

 span { border-color: rgb(222,248,164); }

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