#DFF8AE

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

Shades of Reef #DFF8AE

Tints of Reef #DFF8AE

Color information

#DFF8AE (or 0xDFF8AE) is unknown color: approx Reef. HEX triplet: DF, F8 and AE. RGB value is (223,248,174). Sum of RGB (Red+Green+Blue) = 223+248+174=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF8AE is #200751. Grayscale: #E8E8E8. Windows color (decimal): -2099026 or 11466975. OLE color: 11466975.

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

Color convert

RGB223248174-
CMYK0.1000.300.03
HSL80.27º84.09%82.75%-
HSV(B)80.27º29.84%97.25%-
XYZ71.6485.8852.84-
YUV232.0995.22121.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=34.57%
G=38.45%
B=26.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232481740.1000.300.0380.2784.0982.75
HexDFF8AEA01E3505453
Octal337370256120363120124123
Binary110111111111100010101110101001111011101000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF8AE; }

 p { color: rgb(223,248,174); }

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

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

 a { background-color: rgb(223,248,174); }

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

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

 span { border-color: rgb(223,248,174); }

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