#DFF9AE

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

Shades of Reef #DFF9AE

Tints of Reef #DFF9AE

Color information

#DFF9AE (or 0xDFF9AE) is unknown color: approx Reef. HEX triplet: DF, F9 and AE. RGB value is (223,249,174). Sum of RGB (Red+Green+Blue) = 223+249+174=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF9AE is #200651. Grayscale: #E8E8E8. Windows color (decimal): -2098770 or 11467231. OLE color: 11467231.

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

Color convert

RGB223249174-
CMYK0.1000.300.02
HSL80.8º86.21%82.94%-
HSV(B)80.8º30.12%97.65%-
XYZ71.9586.552.95-
YUV232.6894.89121.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=34.52%
G=38.54%
B=26.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232491740.1000.300.0280.886.2182.94
HexDFF9AEA01E2515653
Octal337371256120362121126123
Binary110111111111100110101110101001111010101000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF9AE; }

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

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

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

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

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

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

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

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