Shades of Aqua Squeeze #D1DAD2
Tints of Aqua Squeeze #D1DAD2
RGB
CMYK
RGB Variations
Color information
#D1DAD2 (or 0xD1DAD2) is known color: Aqua Squeeze. HEX triplet: D1, DA and D2. RGB value is (209,218,210). Sum of RGB (Red+Green+Blue) = 209+218+210=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAD2 is #2E252D. Grayscale: #D6D6D6. Windows color (decimal): -3024174 or 13818577. OLE color: 13818577.
HSL color Cylindrical-coordinate representation of color #D1DAD2: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1DAD2 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 218 | 210 | - |
CMYK | 0.04 | 0 | 0.04 | 0.15 |
HSL | 126.67º | 0.11% | 0.84% | - |
HSV(B) | 126.67º | 0.04% | 0.85% | - |
XYZ | 63 | 68.35 | 70.85 | - |
YUV | 214.4 | 125.52 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 218 | 210 | 0.04 | 0 | 0.04 | 0.15 | 126.67 | 0.11 | 0.84 |
Hex | D1 | DA | D2 | 4 | 0 | 4 | F | 7F | B | 54 |
Octal | 321 | 332 | 322 | 4 | 0 | 4 | 17 | 177 | 13 | 124 |
Binary | 11010001 | 11011010 | 11010010 | 100 | 0 | 100 | 1111 | 1111111 | 1011 | 1010100 |
Color Harmonies of #D1DAD2
Complementary color
Monochromatic Colors of #D1DAD2
Black with #D1DAD2
Text Example
Text Example
White with #D1DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAD2; }
p { color: rgb(209,218,210); }
H1.HeaderClassName
{
color: #D1DAD2;
}
.AnyTagClassName
{
color: #D1DAD2;
}
</style>
background-color css
<style>
a { background-color: #D1DAD2; }
a { background-color: rgb(209,218,210); }
div.DivClassName
{
background-color: #D1DAD2;
}
.BgClassName
{
background-color: #D1DAD2;
}
</style>
border-color css
<style>
span { border-color: #D1DAD2; }
span { border-color: rgb(209,218,210); }
td.TdClassName
{
border-color: #D1DAD2;
}
.TagClassName
{
border-color: #D1DAD2;
}
</style>