Shades of Pattens Blue #D1E9FC
Tints of Pattens Blue #D1E9FC
RGB
CMYK
RGB Variations
Color information
#D1E9FC (or 0xD1E9FC) is known color: Pattens Blue. HEX triplet: D1, E9 and FC. RGB value is (209,233,252). Sum of RGB (Red+Green+Blue) = 209+233+252=694 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.12% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E9FC is #2E1603. Grayscale: #E3E3E3. Windows color (decimal): -3020292 or 16574929. OLE color: 16574929.
HSL color Cylindrical-coordinate representation of color #D1E9FC: hue angle of 206.51º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E9FC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 233 | 252 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.01 |
| HSL | 206.51º | 0.88% | 0.9% | - |
| HSV(B) | 206.51º | 0.17% | 0.99% | - |
| XYZ | 73 | 78.86 | 103.47 | - |
| YUV | 227.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 252 | 0.17 | 0.08 | 0 | 0.01 | 206.51 | 0.88 | 0.9 |
| Hex | D1 | E9 | FC | 11 | 8 | 0 | 1 | CF | 58 | 5A |
| Octal | 321 | 351 | 374 | 21 | 10 | 0 | 1 | 317 | 130 | 132 |
| Binary | 11010001 | 11101001 | 11111100 | 10001 | 1000 | 0 | 1 | 11001111 | 1011000 | 1011010 |
Color Harmonies of #D1E9FC
Complementary color
Monochromatic Colors of #D1E9FC
Black with #D1E9FC
Text Example
Text Example
White with #D1E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E9FC; }
p { color: rgb(209,233,252); }
H1.HeaderClassName
{
color: #D1E9FC;
}
.AnyTagClassName
{
color: #D1E9FC;
}
</style>
background-color css
<style>
a { background-color: #D1E9FC; }
a { background-color: rgb(209,233,252); }
div.DivClassName
{
background-color: #D1E9FC;
}
.BgClassName
{
background-color: #D1E9FC;
}
</style>
border-color css
<style>
span { border-color: #D1E9FC; }
span { border-color: rgb(209,233,252); }
td.TdClassName
{
border-color: #D1E9FC;
}
.TagClassName
{
border-color: #D1E9FC;
}
</style>