#DEF8AC

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

Shades of Reef #DEF8AC

Tints of Reef #DEF8AC

Color information

#DEF8AC (or 0xDEF8AC) is unknown color: approx Reef. HEX triplet: DE, F8 and AC. RGB value is (222,248,172). Sum of RGB (Red+Green+Blue) = 222+248+172=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8AC is #210753. Grayscale: #E7E7E7. Windows color (decimal): -2164564 or 11335902. OLE color: 11335902.

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

Color convert

RGB222248172-
CMYK0.1000.310.03
HSL80.53º84.44%82.35%-
HSV(B)80.53º30.65%97.25%-
XYZ71.1485.6451.81-
YUV231.5694.39121.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 248 (97.27% from 255) = 38.63%
BLUE value IS 172 (67.58% from 255) = 26.79%
R=34.58%
G=38.63%
B=26.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481720.1000.310.0380.5384.4482.35
HexDEF8ACA01F3515452
Octal336370254120373121124122
Binary110111101111100010101100101001111111101000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8AC; }

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

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

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

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

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

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

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

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