#DFF1AA

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

Shades of Reef #DFF1AA

Tints of Reef #DFF1AA

Color information

#DFF1AA (or 0xDFF1AA) is unknown color: approx Reef. HEX triplet: DF, F1 and AA. RGB value is (223,241,170). Sum of RGB (Red+Green+Blue) = 223+241+170=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF1AA is #200E55. Grayscale: #E3E3E3. Windows color (decimal): -2100822 or 11203039. OLE color: 11203039.

HSL color Cylindrical-coordinate representation of color #DFF1AA: hue angle of 75.21º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFF1AA is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB223241170-
CMYK0.0700.290.05
HSL75.21º71.72%80.59%-
HSV(B)75.21º29.46%94.51%-
XYZ69.1481.550.12-
YUV227.5295.54124.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=35.17%
G=38.01%
B=26.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232411700.0700.290.0575.2171.7280.59
HexDFF1AA701D54b4851
Octal33736125270355113110121
Binary110111111111000110101010111011101101100101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1AA; }

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

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

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

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

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

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

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

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