Shades of Pattens Blue #D8F1FE
Tints of Pattens Blue #D8F1FE
RGB
CMYK
RGB Variations
Color information
#D8F1FE (or 0xD8F1FE) is known color: Pattens Blue. HEX triplet: D8, F1 and FE. RGB value is (216,241,254). Sum of RGB (Red+Green+Blue) = 216+241+254=711 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.38% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F1FE is #270E01. Grayscale: #EAEAEA. Windows color (decimal): -2559490 or 16708056. OLE color: 16708056.
HSL color Cylindrical-coordinate representation of color #D8F1FE: hue angle of 200.53º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F1FE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 241 | 254 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.00 |
| HSL | 200.53º | 0.95% | 0.92% | - |
| HSV(B) | 200.53º | 0.15% | 1% | - |
| XYZ | 77.66 | 84.67 | 106.01 | - |
| YUV | 235.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 254 | 0.15 | 0.05 | 0 | 0.00 | 200.53 | 0.95 | 0.92 |
| Hex | D8 | F1 | FE | F | 5 | 0 | 0 | C9 | 5F | 5C |
| Octal | 330 | 361 | 376 | 17 | 5 | 0 | 0 | 311 | 137 | 134 |
| Binary | 11011000 | 11110001 | 11111110 | 1111 | 101 | 0 | 0 | 11001001 | 1011111 | 1011100 |
Color Harmonies of #D8F1FE
Complementary color
Monochromatic Colors of #D8F1FE
Black with #D8F1FE
Text Example
Text Example
White with #D8F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F1FE; }
p { color: rgb(216,241,254); }
H1.HeaderClassName
{
color: #D8F1FE;
}
.AnyTagClassName
{
color: #D8F1FE;
}
</style>
background-color css
<style>
a { background-color: #D8F1FE; }
a { background-color: rgb(216,241,254); }
div.DivClassName
{
background-color: #D8F1FE;
}
.BgClassName
{
background-color: #D8F1FE;
}
</style>
border-color css
<style>
span { border-color: #D8F1FE; }
span { border-color: rgb(216,241,254); }
td.TdClassName
{
border-color: #D8F1FE;
}
.TagClassName
{
border-color: #D8F1FE;
}
</style>