Shades of Aqua Squeeze #D3EDD5
Tints of Aqua Squeeze #D3EDD5
RGB
CMYK
RGB Variations
Color information
#D3EDD5 (or 0xD3EDD5) is known color: Aqua Squeeze. HEX triplet: D3, ED and D5. RGB value is (211,237,213). Sum of RGB (Red+Green+Blue) = 211+237+213=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDD5 is #2C122A. Grayscale: #E2E2E2. Windows color (decimal): -2888235 or 14020051. OLE color: 14020051.
HSL color Cylindrical-coordinate representation of color #D3EDD5: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EDD5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 213 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.07 |
| HSL | 124.62º | 0.42% | 0.88% | - |
| HSV(B) | 124.62º | 0.11% | 0.93% | - |
| XYZ | 69.16 | 79.22 | 74.6 | - |
| YUV | 226.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 213 | 0.11 | 0 | 0.10 | 0.07 | 124.62 | 0.42 | 0.88 |
| Hex | D3 | ED | D5 | B | 0 | A | 7 | 7D | 2A | 58 |
| Octal | 323 | 355 | 325 | 13 | 0 | 12 | 7 | 175 | 52 | 130 |
| Binary | 11010011 | 11101101 | 11010101 | 1011 | 0 | 1010 | 111 | 1111101 | 101010 | 1011000 |
Color Harmonies of #D3EDD5
Complementary color
Monochromatic Colors of #D3EDD5
Black with #D3EDD5
Text Example
Text Example
White with #D3EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDD5; }
p { color: rgb(211,237,213); }
H1.HeaderClassName
{
color: #D3EDD5;
}
.AnyTagClassName
{
color: #D3EDD5;
}
</style>
background-color css
<style>
a { background-color: #D3EDD5; }
a { background-color: rgb(211,237,213); }
div.DivClassName
{
background-color: #D3EDD5;
}
.BgClassName
{
background-color: #D3EDD5;
}
</style>
border-color css
<style>
span { border-color: #D3EDD5; }
span { border-color: rgb(211,237,213); }
td.TdClassName
{
border-color: #D3EDD5;
}
.TagClassName
{
border-color: #D3EDD5;
}
</style>