Shades of Aqua Squeeze #D1DBD1
Tints of Aqua Squeeze #D1DBD1
RGB
CMYK
RGB Variations
Color information
#D1DBD1 (or 0xD1DBD1) is known color: Aqua Squeeze. HEX triplet: D1, DB and D1. RGB value is (209,219,209). Sum of RGB (Red+Green+Blue) = 209+219+209=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBD1 is #2E242E. Grayscale: #D6D6D6. Windows color (decimal): -3023919 or 13753297. OLE color: 13753297.
HSL color Cylindrical-coordinate representation of color #D1DBD1: hue angle of 120º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1DBD1 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 219 | 209 | - |
CMYK | 0.05 | 0 | 0.05 | 0.14 |
HSL | 120º | 0.12% | 0.84% | - |
HSV(B) | 120º | 0.05% | 0.86% | - |
XYZ | 63.13 | 68.82 | 70.28 | - |
YUV | 214.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 219 | 209 | 0.05 | 0 | 0.05 | 0.14 | 120 | 0.12 | 0.84 |
Hex | D1 | DB | D1 | 5 | 0 | 5 | E | 78 | C | 54 |
Octal | 321 | 333 | 321 | 5 | 0 | 5 | 16 | 170 | 14 | 124 |
Binary | 11010001 | 11011011 | 11010001 | 101 | 0 | 101 | 1110 | 1111000 | 1100 | 1010100 |
Color Harmonies of #D1DBD1
Complementary color
Monochromatic Colors of #D1DBD1
Black with #D1DBD1
Text Example
Text Example
White with #D1DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBD1; }
p { color: rgb(209,219,209); }
H1.HeaderClassName
{
color: #D1DBD1;
}
.AnyTagClassName
{
color: #D1DBD1;
}
</style>
background-color css
<style>
a { background-color: #D1DBD1; }
a { background-color: rgb(209,219,209); }
div.DivClassName
{
background-color: #D1DBD1;
}
.BgClassName
{
background-color: #D1DBD1;
}
</style>
border-color css
<style>
span { border-color: #D1DBD1; }
span { border-color: rgb(209,219,209); }
td.TdClassName
{
border-color: #D1DBD1;
}
.TagClassName
{
border-color: #D1DBD1;
}
</style>