Shades of Pattens Blue #D7DDE1
Tints of Pattens Blue #D7DDE1
RGB
CMYK
RGB Variations
Color information
#D7DDE1 (or 0xD7DDE1) is known color: Pattens Blue. HEX triplet: D7, DD and E1. RGB value is (215,221,225). Sum of RGB (Red+Green+Blue) = 215+221+225=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDE1 is #28221E. Grayscale: #DBDBDB. Windows color (decimal): -2630175 or 14802391. OLE color: 14802391.
HSL color Cylindrical-coordinate representation of color #D7DDE1: hue angle of 204º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DDE1 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 221 | 225 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.12 |
| HSL | 204º | 0.14% | 0.86% | - |
| HSV(B) | 204º | 0.04% | 0.88% | - |
| XYZ | 67.47 | 71.6 | 81.5 | - |
| YUV | 219.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 225 | 0.04 | 0.02 | 0 | 0.12 | 204 | 0.14 | 0.86 |
| Hex | D7 | DD | E1 | 4 | 2 | 0 | C | CC | E | 56 |
| Octal | 327 | 335 | 341 | 4 | 2 | 0 | 14 | 314 | 16 | 126 |
| Binary | 11010111 | 11011101 | 11100001 | 100 | 10 | 0 | 1100 | 11001100 | 1110 | 1010110 |
Color Harmonies of #D7DDE1
Complementary color
Monochromatic Colors of #D7DDE1
Black with #D7DDE1
Text Example
Text Example
White with #D7DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDE1; }
p { color: rgb(215,221,225); }
H1.HeaderClassName
{
color: #D7DDE1;
}
.AnyTagClassName
{
color: #D7DDE1;
}
</style>
background-color css
<style>
a { background-color: #D7DDE1; }
a { background-color: rgb(215,221,225); }
div.DivClassName
{
background-color: #D7DDE1;
}
.BgClassName
{
background-color: #D7DDE1;
}
</style>
border-color css
<style>
span { border-color: #D7DDE1; }
span { border-color: rgb(215,221,225); }
td.TdClassName
{
border-color: #D7DDE1;
}
.TagClassName
{
border-color: #D7DDE1;
}
</style>