Shades of Pattens Blue #D1EFF6
Tints of Pattens Blue #D1EFF6
RGB
CMYK
RGB Variations
Color information
#D1EFF6 (or 0xD1EFF6) is known color: Pattens Blue. HEX triplet: D1, EF and F6. RGB value is (209,239,246). Sum of RGB (Red+Green+Blue) = 209+239+246=694 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.12% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFF6 is #2E1009. Grayscale: #E6E6E6. Windows color (decimal): -3018762 or 16183249. OLE color: 16183249.
HSL color Cylindrical-coordinate representation of color #D1EFF6: hue angle of 191.35º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1EFF6 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 239 | 246 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.04 |
| HSL | 191.35º | 0.67% | 0.89% | - |
| HSV(B) | 191.35º | 0.15% | 0.96% | - |
| XYZ | 73.8 | 81.94 | 99.12 | - |
| YUV | 230.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 246 | 0.15 | 0.03 | 0 | 0.04 | 191.35 | 0.67 | 0.89 |
| Hex | D1 | EF | F6 | F | 3 | 0 | 4 | BF | 43 | 59 |
| Octal | 321 | 357 | 366 | 17 | 3 | 0 | 4 | 277 | 103 | 131 |
| Binary | 11010001 | 11101111 | 11110110 | 1111 | 11 | 0 | 100 | 10111111 | 1000011 | 1011001 |
Color Harmonies of #D1EFF6
Complementary color
Monochromatic Colors of #D1EFF6
Black with #D1EFF6
Text Example
Text Example
White with #D1EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFF6; }
p { color: rgb(209,239,246); }
H1.HeaderClassName
{
color: #D1EFF6;
}
.AnyTagClassName
{
color: #D1EFF6;
}
</style>
background-color css
<style>
a { background-color: #D1EFF6; }
a { background-color: rgb(209,239,246); }
div.DivClassName
{
background-color: #D1EFF6;
}
.BgClassName
{
background-color: #D1EFF6;
}
</style>
border-color css
<style>
span { border-color: #D1EFF6; }
span { border-color: rgb(209,239,246); }
td.TdClassName
{
border-color: #D1EFF6;
}
.TagClassName
{
border-color: #D1EFF6;
}
</style>