Shades of Aqua Squeeze #D0EFD3
Tints of Aqua Squeeze #D0EFD3
RGB
CMYK
RGB Variations
Color information
#D0EFD3 (or 0xD0EFD3) is known color: Aqua Squeeze. HEX triplet: D0, EF and D3. RGB value is (208,239,211). Sum of RGB (Red+Green+Blue) = 208+239+211=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFD3 is #2F102C. Grayscale: #E2E2E2. Windows color (decimal): -3084333 or 13889488. OLE color: 13889488.
HSL color Cylindrical-coordinate representation of color #D0EFD3: hue angle of 125.81º degrees, saturation: 0.49, 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 #D0EFD3 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 211 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.06 |
| HSL | 125.81º | 0.49% | 0.88% | - |
| HSV(B) | 125.81º | 0.13% | 0.94% | - |
| XYZ | 68.64 | 79.85 | 73.42 | - |
| YUV | 226.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 211 | 0.13 | 0 | 0.12 | 0.06 | 125.81 | 0.49 | 0.88 |
| Hex | D0 | EF | D3 | D | 0 | C | 6 | 7E | 31 | 58 |
| Octal | 320 | 357 | 323 | 15 | 0 | 14 | 6 | 176 | 61 | 130 |
| Binary | 11010000 | 11101111 | 11010011 | 1101 | 0 | 1100 | 110 | 1111110 | 110001 | 1011000 |
Color Harmonies of #D0EFD3
Complementary color
Monochromatic Colors of #D0EFD3
Black with #D0EFD3
Text Example
Text Example
White with #D0EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFD3; }
p { color: rgb(208,239,211); }
H1.HeaderClassName
{
color: #D0EFD3;
}
.AnyTagClassName
{
color: #D0EFD3;
}
</style>
background-color css
<style>
a { background-color: #D0EFD3; }
a { background-color: rgb(208,239,211); }
div.DivClassName
{
background-color: #D0EFD3;
}
.BgClassName
{
background-color: #D0EFD3;
}
</style>
border-color css
<style>
span { border-color: #D0EFD3; }
span { border-color: rgb(208,239,211); }
td.TdClassName
{
border-color: #D0EFD3;
}
.TagClassName
{
border-color: #D0EFD3;
}
</style>