Shades of Pattens Blue #D1DEE8
Tints of Pattens Blue #D1DEE8
RGB
CMYK
RGB Variations
Color information
#D1DEE8 (or 0xD1DEE8) is known color: Pattens Blue. HEX triplet: D1, DE and E8. RGB value is (209,222,232). Sum of RGB (Red+Green+Blue) = 209+222+232=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEE8 is #2E2117. Grayscale: #DBDBDB. Windows color (decimal): -3023128 or 15261393. OLE color: 15261393.
HSL color Cylindrical-coordinate representation of color #D1DEE8: hue angle of 206.09º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DEE8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 222 | 232 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.09 |
| HSL | 206.09º | 0.33% | 0.86% | - |
| HSV(B) | 206.09º | 0.1% | 0.91% | - |
| XYZ | 66.98 | 71.62 | 86.64 | - |
| YUV | 219.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 232 | 0.10 | 0.04 | 0 | 0.09 | 206.09 | 0.33 | 0.86 |
| Hex | D1 | DE | E8 | A | 4 | 0 | 9 | CE | 21 | 56 |
| Octal | 321 | 336 | 350 | 12 | 4 | 0 | 11 | 316 | 41 | 126 |
| Binary | 11010001 | 11011110 | 11101000 | 1010 | 100 | 0 | 1001 | 11001110 | 100001 | 1010110 |
Color Harmonies of #D1DEE8
Complementary color
Monochromatic Colors of #D1DEE8
Black with #D1DEE8
Text Example
Text Example
White with #D1DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEE8; }
p { color: rgb(209,222,232); }
H1.HeaderClassName
{
color: #D1DEE8;
}
.AnyTagClassName
{
color: #D1DEE8;
}
</style>
background-color css
<style>
a { background-color: #D1DEE8; }
a { background-color: rgb(209,222,232); }
div.DivClassName
{
background-color: #D1DEE8;
}
.BgClassName
{
background-color: #D1DEE8;
}
</style>
border-color css
<style>
span { border-color: #D1DEE8; }
span { border-color: rgb(209,222,232); }
td.TdClassName
{
border-color: #D1DEE8;
}
.TagClassName
{
border-color: #D1DEE8;
}
</style>