Shades of Pattens Blue #D8E6F3
Tints of Pattens Blue #D8E6F3
RGB
CMYK
RGB Variations
Color information
#D8E6F3 (or 0xD8E6F3) is known color: Pattens Blue. HEX triplet: D8, E6 and F3. RGB value is (216,230,243). Sum of RGB (Red+Green+Blue) = 216+230+243=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8E6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E6F3 is #27190C. Grayscale: #E3E3E3. Windows color (decimal): -2562317 or 15984344. OLE color: 15984344.
HSL color Cylindrical-coordinate representation of color #D8E6F3: hue angle of 208.89º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8E6F3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 230 | 243 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.05 |
| HSL | 208.89º | 0.53% | 0.9% | - |
| HSV(B) | 208.89º | 0.11% | 0.95% | - |
| XYZ | 72.79 | 77.66 | 95.95 | - |
| YUV | 227.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 243 | 0.11 | 0.05 | 0 | 0.05 | 208.89 | 0.53 | 0.9 |
| Hex | D8 | E6 | F3 | B | 5 | 0 | 5 | D1 | 35 | 5A |
| Octal | 330 | 346 | 363 | 13 | 5 | 0 | 5 | 321 | 65 | 132 |
| Binary | 11011000 | 11100110 | 11110011 | 1011 | 101 | 0 | 101 | 11010001 | 110101 | 1011010 |
Color Harmonies of #D8E6F3
Complementary color
Monochromatic Colors of #D8E6F3
Black with #D8E6F3
Text Example
Text Example
White with #D8E6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E6F3; }
p { color: rgb(216,230,243); }
H1.HeaderClassName
{
color: #D8E6F3;
}
.AnyTagClassName
{
color: #D8E6F3;
}
</style>
background-color css
<style>
a { background-color: #D8E6F3; }
a { background-color: rgb(216,230,243); }
div.DivClassName
{
background-color: #D8E6F3;
}
.BgClassName
{
background-color: #D8E6F3;
}
</style>
border-color css
<style>
span { border-color: #D8E6F3; }
span { border-color: rgb(216,230,243); }
td.TdClassName
{
border-color: #D8E6F3;
}
.TagClassName
{
border-color: #D8E6F3;
}
</style>