Shades of Pattens Blue #D8EDF3
Tints of Pattens Blue #D8EDF3
RGB
CMYK
RGB Variations
Color information
#D8EDF3 (or 0xD8EDF3) is known color: Pattens Blue. HEX triplet: D8, ED and F3. RGB value is (216,237,243). Sum of RGB (Red+Green+Blue) = 216+237+243=696 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.03% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF3 is #27120C. Grayscale: #E7E7E7. Windows color (decimal): -2560525 or 15986136. OLE color: 15986136.
HSL color Cylindrical-coordinate representation of color #D8EDF3: hue angle of 193.33º 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 #D8EDF3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 237 | 243 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.05 |
| HSL | 193.33º | 0.53% | 0.9% | - |
| HSV(B) | 193.33º | 0.11% | 0.95% | - |
| XYZ | 74.78 | 81.64 | 96.61 | - |
| YUV | 231.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 243 | 0.11 | 0.02 | 0 | 0.05 | 193.33 | 0.53 | 0.9 |
| Hex | D8 | ED | F3 | B | 2 | 0 | 5 | C1 | 35 | 5A |
| Octal | 330 | 355 | 363 | 13 | 2 | 0 | 5 | 301 | 65 | 132 |
| Binary | 11011000 | 11101101 | 11110011 | 1011 | 10 | 0 | 101 | 11000001 | 110101 | 1011010 |
Color Harmonies of #D8EDF3
Complementary color
Monochromatic Colors of #D8EDF3
Black with #D8EDF3
Text Example
Text Example
White with #D8EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDF3; }
p { color: rgb(216,237,243); }
H1.HeaderClassName
{
color: #D8EDF3;
}
.AnyTagClassName
{
color: #D8EDF3;
}
</style>
background-color css
<style>
a { background-color: #D8EDF3; }
a { background-color: rgb(216,237,243); }
div.DivClassName
{
background-color: #D8EDF3;
}
.BgClassName
{
background-color: #D8EDF3;
}
</style>
border-color css
<style>
span { border-color: #D8EDF3; }
span { border-color: rgb(216,237,243); }
td.TdClassName
{
border-color: #D8EDF3;
}
.TagClassName
{
border-color: #D8EDF3;
}
</style>