Shades of Link Water #D2D8DE
Tints of Link Water #D2D8DE
RGB
CMYK
RGB Variations
Color information
#D2D8DE (or 0xD2D8DE) is known color: Link Water. HEX triplet: D2, D8 and DE. RGB value is (210,216,222). Sum of RGB (Red+Green+Blue) = 210+216+222=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8DE is #2D2721. Grayscale: #D6D6D6. Windows color (decimal): -2959138 or 14604498. OLE color: 14604498.
HSL color Cylindrical-coordinate representation of color #D2D8DE: hue angle of 210º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2D8DE is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 216 | 222 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.13 |
| HSL | 210º | 0.15% | 0.85% | - |
| HSV(B) | 210º | 0.05% | 0.87% | - |
| XYZ | 64.32 | 68.09 | 78.86 | - |
| YUV | 214.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 222 | 0.05 | 0.03 | 0 | 0.13 | 210 | 0.15 | 0.85 |
| Hex | D2 | D8 | DE | 5 | 3 | 0 | D | D2 | F | 55 |
| Octal | 322 | 330 | 336 | 5 | 3 | 0 | 15 | 322 | 17 | 125 |
| Binary | 11010010 | 11011000 | 11011110 | 101 | 11 | 0 | 1101 | 11010010 | 1111 | 1010101 |
Color Harmonies of #D2D8DE
Complementary color
Monochromatic Colors of #D2D8DE
Black with #D2D8DE
Text Example
Text Example
White with #D2D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8DE; }
p { color: rgb(210,216,222); }
H1.HeaderClassName
{
color: #D2D8DE;
}
.AnyTagClassName
{
color: #D2D8DE;
}
</style>
background-color css
<style>
a { background-color: #D2D8DE; }
a { background-color: rgb(210,216,222); }
div.DivClassName
{
background-color: #D2D8DE;
}
.BgClassName
{
background-color: #D2D8DE;
}
</style>
border-color css
<style>
span { border-color: #D2D8DE; }
span { border-color: rgb(210,216,222); }
td.TdClassName
{
border-color: #D2D8DE;
}
.TagClassName
{
border-color: #D2D8DE;
}
</style>