Shades of Aqua Squeeze #D1DCD1
Tints of Aqua Squeeze #D1DCD1
RGB
CMYK
RGB Variations
Color information
#D1DCD1 (or 0xD1DCD1) is known color: Aqua Squeeze. HEX triplet: D1, DC and D1. RGB value is (209,220,209). Sum of RGB (Red+Green+Blue) = 209+220+209=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCD1 is #2E232E. Grayscale: #D7D7D7. Windows color (decimal): -3023663 or 13753553. OLE color: 13753553.
HSL color Cylindrical-coordinate representation of color #D1DCD1: hue angle of 120º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1DCD1 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 220 | 209 | - |
CMYK | 0.05 | 0 | 0.05 | 0.14 |
HSL | 120º | 0.14% | 0.84% | - |
HSV(B) | 120º | 0.05% | 0.86% | - |
XYZ | 63.4 | 69.35 | 70.37 | - |
YUV | 215.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 220 | 209 | 0.05 | 0 | 0.05 | 0.14 | 120 | 0.14 | 0.84 |
Hex | D1 | DC | D1 | 5 | 0 | 5 | E | 78 | E | 54 |
Octal | 321 | 334 | 321 | 5 | 0 | 5 | 16 | 170 | 16 | 124 |
Binary | 11010001 | 11011100 | 11010001 | 101 | 0 | 101 | 1110 | 1111000 | 1110 | 1010100 |
Color Harmonies of #D1DCD1
Complementary color
Monochromatic Colors of #D1DCD1
Black with #D1DCD1
Text Example
Text Example
White with #D1DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCD1; }
p { color: rgb(209,220,209); }
H1.HeaderClassName
{
color: #D1DCD1;
}
.AnyTagClassName
{
color: #D1DCD1;
}
</style>
background-color css
<style>
a { background-color: #D1DCD1; }
a { background-color: rgb(209,220,209); }
div.DivClassName
{
background-color: #D1DCD1;
}
.BgClassName
{
background-color: #D1DCD1;
}
</style>
border-color css
<style>
span { border-color: #D1DCD1; }
span { border-color: rgb(209,220,209); }
td.TdClassName
{
border-color: #D1DCD1;
}
.TagClassName
{
border-color: #D1DCD1;
}
</style>