Shades of Aqua Squeeze #D1E4D1
Tints of Aqua Squeeze #D1E4D1
RGB
CMYK
RGB Variations
Color information
#D1E4D1 (or 0xD1E4D1) is known color: Aqua Squeeze. HEX triplet: D1, E4 and D1. RGB value is (209,228,209). Sum of RGB (Red+Green+Blue) = 209+228+209=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4D1 is #2E1B2E. Grayscale: #DCDCDC. Windows color (decimal): -3021615 or 13755601. OLE color: 13755601.
HSL color Cylindrical-coordinate representation of color #D1E4D1: hue angle of 120º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1E4D1 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 209 | 228 | 209 | - |
CMYK | 0.08 | 0 | 0.08 | 0.11 |
HSL | 120º | 0.26% | 0.86% | - |
HSV(B) | 120º | 0.08% | 0.89% | - |
XYZ | 65.55 | 73.65 | 71.08 | - |
YUV | 220.15 | 121.71 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 228 | 209 | 0.08 | 0 | 0.08 | 0.11 | 120 | 0.26 | 0.86 |
Hex | D1 | E4 | D1 | 8 | 0 | 8 | B | 78 | 1A | 56 |
Octal | 321 | 344 | 321 | 10 | 0 | 10 | 13 | 170 | 32 | 126 |
Binary | 11010001 | 11100100 | 11010001 | 1000 | 0 | 1000 | 1011 | 1111000 | 11010 | 1010110 |
Color Harmonies of #D1E4D1
Complementary color
Monochromatic Colors of #D1E4D1
Black with #D1E4D1
Text Example
Text Example
White with #D1E4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4D1; }
p { color: rgb(209,228,209); }
H1.HeaderClassName
{
color: #D1E4D1;
}
.AnyTagClassName
{
color: #D1E4D1;
}
</style>
background-color css
<style>
a { background-color: #D1E4D1; }
a { background-color: rgb(209,228,209); }
div.DivClassName
{
background-color: #D1E4D1;
}
.BgClassName
{
background-color: #D1E4D1;
}
</style>
border-color css
<style>
span { border-color: #D1E4D1; }
span { border-color: rgb(209,228,209); }
td.TdClassName
{
border-color: #D1E4D1;
}
.TagClassName
{
border-color: #D1E4D1;
}
</style>