Shades of Pattens Blue #D1E1E5
Tints of Pattens Blue #D1E1E5
RGB
CMYK
RGB Variations
Color information
#D1E1E5 (or 0xD1E1E5) is known color: Pattens Blue. HEX triplet: D1, E1 and E5. RGB value is (209,225,229). Sum of RGB (Red+Green+Blue) = 209+225+229=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1E1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1E5 is #2E1E1A. Grayscale: #DCDCDC. Windows color (decimal): -3022363 or 15065553. OLE color: 15065553.
HSL color Cylindrical-coordinate representation of color #D1E1E5: hue angle of 192º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E1E5 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 225 | 229 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.10 |
| HSL | 192º | 0.28% | 0.86% | - |
| HSV(B) | 192º | 0.09% | 0.9% | - |
| XYZ | 67.36 | 73.06 | 84.68 | - |
| YUV | 220.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 229 | 0.09 | 0.02 | 0 | 0.10 | 192 | 0.28 | 0.86 |
| Hex | D1 | E1 | E5 | 9 | 2 | 0 | A | C0 | 1C | 56 |
| Octal | 321 | 341 | 345 | 11 | 2 | 0 | 12 | 300 | 34 | 126 |
| Binary | 11010001 | 11100001 | 11100101 | 1001 | 10 | 0 | 1010 | 11000000 | 11100 | 1010110 |
Color Harmonies of #D1E1E5
Complementary color
Monochromatic Colors of #D1E1E5
Black with #D1E1E5
Text Example
Text Example
White with #D1E1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1E5; }
p { color: rgb(209,225,229); }
H1.HeaderClassName
{
color: #D1E1E5;
}
.AnyTagClassName
{
color: #D1E1E5;
}
</style>
background-color css
<style>
a { background-color: #D1E1E5; }
a { background-color: rgb(209,225,229); }
div.DivClassName
{
background-color: #D1E1E5;
}
.BgClassName
{
background-color: #D1E1E5;
}
</style>
border-color css
<style>
span { border-color: #D1E1E5; }
span { border-color: rgb(209,225,229); }
td.TdClassName
{
border-color: #D1E1E5;
}
.TagClassName
{
border-color: #D1E1E5;
}
</style>