Shades of Aqua Squeeze #D3E2D3
Tints of Aqua Squeeze #D3E2D3
RGB
CMYK
RGB Variations
Color information
#D3E2D3 (or 0xD3E2D3) is known color: Aqua Squeeze. HEX triplet: D3, E2 and D3. RGB value is (211,226,211). Sum of RGB (Red+Green+Blue) = 211+226+211=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2D3 is #2C1D2C. Grayscale: #DBDBDB. Windows color (decimal): -2891053 or 13886163. OLE color: 13886163.
HSL color Cylindrical-coordinate representation of color #D3E2D3: hue angle of 120º degrees, saturation: 0.21, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3E2D3 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 211 | 226 | 211 | - |
CMYK | 0.07 | 0 | 0.07 | 0.11 |
HSL | 120º | 0.21% | 0.86% | - |
HSV(B) | 120º | 0.07% | 0.89% | - |
XYZ | 65.82 | 72.94 | 72.24 | - |
YUV | 219.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 226 | 211 | 0.07 | 0 | 0.07 | 0.11 | 120 | 0.21 | 0.86 |
Hex | D3 | E2 | D3 | 7 | 0 | 7 | B | 78 | 15 | 56 |
Octal | 323 | 342 | 323 | 7 | 0 | 7 | 13 | 170 | 25 | 126 |
Binary | 11010011 | 11100010 | 11010011 | 111 | 0 | 111 | 1011 | 1111000 | 10101 | 1010110 |
Color Harmonies of #D3E2D3
Complementary color
Monochromatic Colors of #D3E2D3
Black with #D3E2D3
Text Example
Text Example
White with #D3E2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2D3; }
p { color: rgb(211,226,211); }
H1.HeaderClassName
{
color: #D3E2D3;
}
.AnyTagClassName
{
color: #D3E2D3;
}
</style>
background-color css
<style>
a { background-color: #D3E2D3; }
a { background-color: rgb(211,226,211); }
div.DivClassName
{
background-color: #D3E2D3;
}
.BgClassName
{
background-color: #D3E2D3;
}
</style>
border-color css
<style>
span { border-color: #D3E2D3; }
span { border-color: rgb(211,226,211); }
td.TdClassName
{
border-color: #D3E2D3;
}
.TagClassName
{
border-color: #D3E2D3;
}
</style>