#DFF8AF

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

Shades of Reef #DFF8AF

Tints of Reef #DFF8AF

Color information

#DFF8AF (or 0xDFF8AF) is unknown color: approx Reef. HEX triplet: DF, F8 and AF. RGB value is (223,248,175). Sum of RGB (Red+Green+Blue) = 223+248+175=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF8AF is #200750. Grayscale: #E8E8E8. Windows color (decimal): -2099025 or 11532511. OLE color: 11532511.

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

Color convert

RGB223248175-
CMYK0.1000.290.03
HSL80.55º83.91%82.94%-
HSV(B)80.55º29.44%97.25%-
XYZ71.7485.9253.36-
YUV232.295.72121.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 248 (97.27% from 255) = 38.39%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=34.52%
G=38.39%
B=27.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232481750.1000.290.0380.5583.9182.94
HexDFF8AFA01D3515453
Octal337370257120353121124123
Binary110111111111100010101111101001110111101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF8AF; }

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

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

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

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

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

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

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

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