Shades of Australian Mint #DFF1B3
Tints of Australian Mint #DFF1B3
RGB
CMYK
RGB Variations
Color information
#DFF1B3 (or 0xDFF1B3) is known color: Australian Mint. HEX triplet: DF, F1 and B3. RGB value is (223,241,179). Sum of RGB (Red+Green+Blue) = 223+241+179=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1B3 is #200E4C. Grayscale: #E4E4E4. Windows color (decimal): -2100813 or 11792863. OLE color: 11792863.
HSL color Cylindrical-coordinate representation of color #DFF1B3: hue angle of 77.42º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFF1B3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 179 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.05 |
| HSL | 77.42º | 0.69% | 0.82% | - |
| HSV(B) | 77.42º | 0.26% | 0.95% | - |
| XYZ | 70.02 | 81.85 | 54.76 | - |
| YUV | 228.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 179 | 0.07 | 0 | 0.26 | 0.05 | 77.42 | 0.69 | 0.82 |
| Hex | DF | F1 | B3 | 7 | 0 | 1A | 5 | 4D | 45 | 52 |
| Octal | 337 | 361 | 263 | 7 | 0 | 32 | 5 | 115 | 105 | 122 |
| Binary | 11011111 | 11110001 | 10110011 | 111 | 0 | 11010 | 101 | 1001101 | 1000101 | 1010010 |
Color Harmonies of #DFF1B3
Complementary color
Monochromatic Colors of #DFF1B3
Black with #DFF1B3
Text Example
Text Example
White with #DFF1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1B3; }
p { color: rgb(223,241,179); }
H1.HeaderClassName
{
color: #DFF1B3;
}
.AnyTagClassName
{
color: #DFF1B3;
}
</style>
background-color css
<style>
a { background-color: #DFF1B3; }
a { background-color: rgb(223,241,179); }
div.DivClassName
{
background-color: #DFF1B3;
}
.BgClassName
{
background-color: #DFF1B3;
}
</style>
border-color css
<style>
span { border-color: #DFF1B3; }
span { border-color: rgb(223,241,179); }
td.TdClassName
{
border-color: #DFF1B3;
}
.TagClassName
{
border-color: #DFF1B3;
}
</style>