Shades of Aqua Squeeze #D3F1D7
Tints of Aqua Squeeze #D3F1D7
RGB
CMYK
RGB Variations
Color information
#D3F1D7 (or 0xD3F1D7) is known color: Aqua Squeeze. HEX triplet: D3, F1 and D7. RGB value is (211,241,215). Sum of RGB (Red+Green+Blue) = 211+241+215=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 215 (84.38% from 255 or 32.23% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F1D7 is #2C0E28. Grayscale: #E5E5E5. Windows color (decimal): -2887209 or 14152147. OLE color: 14152147.
HSL color Cylindrical-coordinate representation of color #D3F1D7: hue angle of 128º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3F1D7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 215 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.05 |
| HSL | 128º | 0.52% | 0.89% | - |
| HSV(B) | 128º | 0.12% | 0.95% | - |
| XYZ | 70.59 | 81.67 | 76.33 | - |
| YUV | 229.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 215 | 0.12 | 0 | 0.11 | 0.05 | 128 | 0.52 | 0.89 |
| Hex | D3 | F1 | D7 | C | 0 | B | 5 | 80 | 34 | 59 |
| Octal | 323 | 361 | 327 | 14 | 0 | 13 | 5 | 200 | 64 | 131 |
| Binary | 11010011 | 11110001 | 11010111 | 1100 | 0 | 1011 | 101 | 10000000 | 110100 | 1011001 |
Color Harmonies of #D3F1D7
Complementary color
Monochromatic Colors of #D3F1D7
Black with #D3F1D7
Text Example
Text Example
White with #D3F1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F1D7; }
p { color: rgb(211,241,215); }
H1.HeaderClassName
{
color: #D3F1D7;
}
.AnyTagClassName
{
color: #D3F1D7;
}
</style>
background-color css
<style>
a { background-color: #D3F1D7; }
a { background-color: rgb(211,241,215); }
div.DivClassName
{
background-color: #D3F1D7;
}
.BgClassName
{
background-color: #D3F1D7;
}
</style>
border-color css
<style>
span { border-color: #D3F1D7; }
span { border-color: rgb(211,241,215); }
td.TdClassName
{
border-color: #D3F1D7;
}
.TagClassName
{
border-color: #D3F1D7;
}
</style>