Shades of Aqua Squeeze #D3E5D4
Tints of Aqua Squeeze #D3E5D4
RGB
CMYK
RGB Variations
Color information
#D3E5D4 (or 0xD3E5D4) is known color: Aqua Squeeze. HEX triplet: D3, E5 and D4. RGB value is (211,229,212). Sum of RGB (Red+Green+Blue) = 211+229+212=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E5D4 is #2C1A2B. Grayscale: #DDDDDD. Windows color (decimal): -2890284 or 13952467. OLE color: 13952467.
HSL color Cylindrical-coordinate representation of color #D3E5D4: hue angle of 123.33º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E5D4 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 211 | 229 | 212 | - |
CMYK | 0.08 | 0 | 0.07 | 0.10 |
HSL | 123.33º | 0.26% | 0.86% | - |
HSV(B) | 123.33º | 0.08% | 0.9% | - |
XYZ | 66.77 | 74.64 | 73.18 | - |
YUV | 221.68 | 122.54 | 120.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 229 | 212 | 0.08 | 0 | 0.07 | 0.10 | 123.33 | 0.26 | 0.86 |
Hex | D3 | E5 | D4 | 8 | 0 | 7 | A | 7B | 1A | 56 |
Octal | 323 | 345 | 324 | 10 | 0 | 7 | 12 | 173 | 32 | 126 |
Binary | 11010011 | 11100101 | 11010100 | 1000 | 0 | 111 | 1010 | 1111011 | 11010 | 1010110 |
Color Harmonies of #D3E5D4
Complementary color
Monochromatic Colors of #D3E5D4
Black with #D3E5D4
Text Example
Text Example
White with #D3E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E5D4; }
p { color: rgb(211,229,212); }
H1.HeaderClassName
{
color: #D3E5D4;
}
.AnyTagClassName
{
color: #D3E5D4;
}
</style>
background-color css
<style>
a { background-color: #D3E5D4; }
a { background-color: rgb(211,229,212); }
div.DivClassName
{
background-color: #D3E5D4;
}
.BgClassName
{
background-color: #D3E5D4;
}
</style>
border-color css
<style>
span { border-color: #D3E5D4; }
span { border-color: rgb(211,229,212); }
td.TdClassName
{
border-color: #D3E5D4;
}
.TagClassName
{
border-color: #D3E5D4;
}
</style>