#DFF2AA

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

Shades of Reef #DFF2AA

Tints of Reef #DFF2AA

Color information

#DFF2AA (or 0xDFF2AA) is unknown color: approx Reef. HEX triplet: DF, F2 and AA. RGB value is (223,242,170). Sum of RGB (Red+Green+Blue) = 223+242+170=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2AA is #200D55. Grayscale: #E4E4E4. Windows color (decimal): -2100566 or 11203295. OLE color: 11203295.

HSL color Cylindrical-coordinate representation of color #DFF2AA: hue angle of 75.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFF2AA is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB223242170-
CMYK0.0800.300.05
HSL75.83º73.47%80.78%-
HSV(B)75.83º29.75%94.9%-
XYZ69.4482.0950.22-
YUV228.1195.21124.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 242 (94.92% from 255) = 38.11%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=35.12%
G=38.11%
B=26.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421700.0800.300.0575.8373.4780.78
HexDFF2AA801E54c4951
Octal337362252100365114111121
Binary1101111111110010101010101000011110101100110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2AA; }

 p { color: rgb(223,242,170); }

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

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

 a { background-color: rgb(223,242,170); }

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

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

 span { border-color: rgb(223,242,170); }

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