Shades of Aqua Squeeze #D1F0D3
Tints of Aqua Squeeze #D1F0D3
RGB
CMYK
RGB Variations
Color information
#D1F0D3 (or 0xD1F0D3) is known color: Aqua Squeeze. HEX triplet: D1, F0 and D3. RGB value is (209,240,211). Sum of RGB (Red+Green+Blue) = 209+240+211=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F0D3 is #2E0F2C. Grayscale: #E3E3E3. Windows color (decimal): -3018541 or 13889745. OLE color: 13889745.
HSL color Cylindrical-coordinate representation of color #D1F0D3: hue angle of 123.87º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F0D3 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 209 | 240 | 211 | - |
CMYK | 0.13 | 0 | 0.12 | 0.06 |
HSL | 123.87º | 0.51% | 0.88% | - |
HSV(B) | 123.87º | 0.13% | 0.94% | - |
XYZ | 69.21 | 80.58 | 73.53 | - |
YUV | 227.43 | 118.73 | 114.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 240 | 211 | 0.13 | 0 | 0.12 | 0.06 | 123.87 | 0.51 | 0.88 |
Hex | D1 | F0 | D3 | D | 0 | C | 6 | 7C | 33 | 58 |
Octal | 321 | 360 | 323 | 15 | 0 | 14 | 6 | 174 | 63 | 130 |
Binary | 11010001 | 11110000 | 11010011 | 1101 | 0 | 1100 | 110 | 1111100 | 110011 | 1011000 |
Color Harmonies of #D1F0D3
Complementary color
Monochromatic Colors of #D1F0D3
Black with #D1F0D3
Text Example
Text Example
White with #D1F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F0D3; }
p { color: rgb(209,240,211); }
H1.HeaderClassName
{
color: #D1F0D3;
}
.AnyTagClassName
{
color: #D1F0D3;
}
</style>
background-color css
<style>
a { background-color: #D1F0D3; }
a { background-color: rgb(209,240,211); }
div.DivClassName
{
background-color: #D1F0D3;
}
.BgClassName
{
background-color: #D1F0D3;
}
</style>
border-color css
<style>
span { border-color: #D1F0D3; }
span { border-color: rgb(209,240,211); }
td.TdClassName
{
border-color: #D1F0D3;
}
.TagClassName
{
border-color: #D1F0D3;
}
</style>