Shades of Aqua Squeeze #D1DFD3
Tints of Aqua Squeeze #D1DFD3
RGB
CMYK
RGB Variations
Color information
#D1DFD3 (or 0xD1DFD3) is known color: Aqua Squeeze. HEX triplet: D1, DF and D3. RGB value is (209,223,211). Sum of RGB (Red+Green+Blue) = 209+223+211=643 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.50% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFD3 is #2E202C. Grayscale: #D9D9D9. Windows color (decimal): -3022893 or 13885393. OLE color: 13885393.
HSL color Cylindrical-coordinate representation of color #D1DFD3: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DFD3 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 211 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.13 |
| HSL | 128.57º | 0.18% | 0.85% | - |
| HSV(B) | 128.57º | 0.06% | 0.87% | - |
| XYZ | 64.44 | 71.03 | 71.94 | - |
| YUV | 217.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 211 | 0.06 | 0 | 0.05 | 0.13 | 128.57 | 0.18 | 0.85 |
| Hex | D1 | DF | D3 | 6 | 0 | 5 | D | 81 | 12 | 55 |
| Octal | 321 | 337 | 323 | 6 | 0 | 5 | 15 | 201 | 22 | 125 |
| Binary | 11010001 | 11011111 | 11010011 | 110 | 0 | 101 | 1101 | 10000001 | 10010 | 1010101 |
Color Harmonies of #D1DFD3
Complementary color
Monochromatic Colors of #D1DFD3
Black with #D1DFD3
Text Example
Text Example
White with #D1DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFD3; }
p { color: rgb(209,223,211); }
H1.HeaderClassName
{
color: #D1DFD3;
}
.AnyTagClassName
{
color: #D1DFD3;
}
</style>
background-color css
<style>
a { background-color: #D1DFD3; }
a { background-color: rgb(209,223,211); }
div.DivClassName
{
background-color: #D1DFD3;
}
.BgClassName
{
background-color: #D1DFD3;
}
</style>
border-color css
<style>
span { border-color: #D1DFD3; }
span { border-color: rgb(209,223,211); }
td.TdClassName
{
border-color: #D1DFD3;
}
.TagClassName
{
border-color: #D1DFD3;
}
</style>