Shades of Pattens Blue #D1DDE9
Tints of Pattens Blue #D1DDE9
RGB
CMYK
RGB Variations
Color information
#D1DDE9 (or 0xD1DDE9) is known color: Pattens Blue. HEX triplet: D1, DD and E9. RGB value is (209,221,233). Sum of RGB (Red+Green+Blue) = 209+221+233=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDE9 is #2E2216. Grayscale: #DADADA. Windows color (decimal): -3023383 or 15326673. OLE color: 15326673.
HSL color Cylindrical-coordinate representation of color #D1DDE9: hue angle of 210º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DDE9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 221 | 233 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.09 |
| HSL | 210º | 0.35% | 0.87% | - |
| HSV(B) | 210º | 0.1% | 0.91% | - |
| XYZ | 66.86 | 71.15 | 87.3 | - |
| YUV | 218.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 233 | 0.10 | 0.05 | 0 | 0.09 | 210 | 0.35 | 0.87 |
| Hex | D1 | DD | E9 | A | 5 | 0 | 9 | D2 | 23 | 57 |
| Octal | 321 | 335 | 351 | 12 | 5 | 0 | 11 | 322 | 43 | 127 |
| Binary | 11010001 | 11011101 | 11101001 | 1010 | 101 | 0 | 1001 | 11010010 | 100011 | 1010111 |
Color Harmonies of #D1DDE9
Complementary color
Monochromatic Colors of #D1DDE9
Black with #D1DDE9
Text Example
Text Example
White with #D1DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDE9; }
p { color: rgb(209,221,233); }
H1.HeaderClassName
{
color: #D1DDE9;
}
.AnyTagClassName
{
color: #D1DDE9;
}
</style>
background-color css
<style>
a { background-color: #D1DDE9; }
a { background-color: rgb(209,221,233); }
div.DivClassName
{
background-color: #D1DDE9;
}
.BgClassName
{
background-color: #D1DDE9;
}
</style>
border-color css
<style>
span { border-color: #D1DDE9; }
span { border-color: rgb(209,221,233); }
td.TdClassName
{
border-color: #D1DDE9;
}
.TagClassName
{
border-color: #D1DDE9;
}
</style>