Shades of Aqua Squeeze #D0DDD0
Tints of Aqua Squeeze #D0DDD0
RGB
CMYK
RGB Variations
Color information
#D0DDD0 (or 0xD0DDD0) is known color: Aqua Squeeze. HEX triplet: D0, DD and D0. RGB value is (208,221,208). Sum of RGB (Red+Green+Blue) = 208+221+208=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDD0 is #2F222F. Grayscale: #D7D7D7. Windows color (decimal): -3088944 or 13688272. OLE color: 13688272.
HSL color Cylindrical-coordinate representation of color #D0DDD0: hue angle of 120º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DDD0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 221 | 208 | - |
CMYK | 0.06 | 0 | 0.06 | 0.13 |
HSL | 120º | 0.16% | 0.84% | - |
HSV(B) | 120º | 0.06% | 0.87% | - |
XYZ | 63.25 | 69.68 | 69.79 | - |
YUV | 215.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 208 | 0.06 | 0 | 0.06 | 0.13 | 120 | 0.16 | 0.84 |
Hex | D0 | DD | D0 | 6 | 0 | 6 | D | 78 | 10 | 54 |
Octal | 320 | 335 | 320 | 6 | 0 | 6 | 15 | 170 | 20 | 124 |
Binary | 11010000 | 11011101 | 11010000 | 110 | 0 | 110 | 1101 | 1111000 | 10000 | 1010100 |
Color Harmonies of #D0DDD0
Complementary color
Monochromatic Colors of #D0DDD0
Black with #D0DDD0
Text Example
Text Example
White with #D0DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDD0; }
p { color: rgb(208,221,208); }
H1.HeaderClassName
{
color: #D0DDD0;
}
.AnyTagClassName
{
color: #D0DDD0;
}
</style>
background-color css
<style>
a { background-color: #D0DDD0; }
a { background-color: rgb(208,221,208); }
div.DivClassName
{
background-color: #D0DDD0;
}
.BgClassName
{
background-color: #D0DDD0;
}
</style>
border-color css
<style>
span { border-color: #D0DDD0; }
span { border-color: rgb(208,221,208); }
td.TdClassName
{
border-color: #D0DDD0;
}
.TagClassName
{
border-color: #D0DDD0;
}
</style>