Shades of Pattens Blue #D1EFF8
Tints of Pattens Blue #D1EFF8
RGB
CMYK
RGB Variations
Color information
#D1EFF8 (or 0xD1EFF8) is known color: Pattens Blue. HEX triplet: D1, EF and F8. RGB value is (209,239,248). Sum of RGB (Red+Green+Blue) = 209+239+248=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFF8 is #2E1007. Grayscale: #E6E6E6. Windows color (decimal): -3018760 or 16314321. OLE color: 16314321.
HSL color Cylindrical-coordinate representation of color #D1EFF8: hue angle of 193.85º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1EFF8 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 239 | 248 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.03 |
| HSL | 193.85º | 0.74% | 0.9% | - |
| HSV(B) | 193.85º | 0.16% | 0.97% | - |
| XYZ | 74.1 | 82.07 | 100.74 | - |
| YUV | 231.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 248 | 0.16 | 0.04 | 0 | 0.03 | 193.85 | 0.74 | 0.9 |
| Hex | D1 | EF | F8 | 10 | 4 | 0 | 3 | C2 | 4A | 5A |
| Octal | 321 | 357 | 370 | 20 | 4 | 0 | 3 | 302 | 112 | 132 |
| Binary | 11010001 | 11101111 | 11111000 | 10000 | 100 | 0 | 11 | 11000010 | 1001010 | 1011010 |
Color Harmonies of #D1EFF8
Complementary color
Monochromatic Colors of #D1EFF8
Black with #D1EFF8
Text Example
Text Example
White with #D1EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFF8; }
p { color: rgb(209,239,248); }
H1.HeaderClassName
{
color: #D1EFF8;
}
.AnyTagClassName
{
color: #D1EFF8;
}
</style>
background-color css
<style>
a { background-color: #D1EFF8; }
a { background-color: rgb(209,239,248); }
div.DivClassName
{
background-color: #D1EFF8;
}
.BgClassName
{
background-color: #D1EFF8;
}
</style>
border-color css
<style>
span { border-color: #D1EFF8; }
span { border-color: rgb(209,239,248); }
td.TdClassName
{
border-color: #D1EFF8;
}
.TagClassName
{
border-color: #D1EFF8;
}
</style>