Shades of Pattens Blue #D8EDF2
Tints of Pattens Blue #D8EDF2
RGB
CMYK
RGB Variations
Color information
#D8EDF2 (or 0xD8EDF2) is known color: Pattens Blue. HEX triplet: D8, ED and F2. RGB value is (216,237,242). Sum of RGB (Red+Green+Blue) = 216+237+242=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF2 is #27120D. Grayscale: #E7E7E7. Windows color (decimal): -2560526 or 15920600. OLE color: 15920600.
HSL color Cylindrical-coordinate representation of color #D8EDF2: hue angle of 191.54º degrees, saturation: 0.5, 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 #D8EDF2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 237 | 242 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.05 |
| HSL | 191.54º | 0.5% | 0.9% | - |
| HSV(B) | 191.54º | 0.11% | 0.95% | - |
| XYZ | 74.63 | 81.58 | 95.82 | - |
| YUV | 231.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 242 | 0.11 | 0.02 | 0 | 0.05 | 191.54 | 0.5 | 0.9 |
| Hex | D8 | ED | F2 | B | 2 | 0 | 5 | C0 | 32 | 5A |
| Octal | 330 | 355 | 362 | 13 | 2 | 0 | 5 | 300 | 62 | 132 |
| Binary | 11011000 | 11101101 | 11110010 | 1011 | 10 | 0 | 101 | 11000000 | 110010 | 1011010 |
Color Harmonies of #D8EDF2
Complementary color
Monochromatic Colors of #D8EDF2
Black with #D8EDF2
Text Example
Text Example
White with #D8EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDF2; }
p { color: rgb(216,237,242); }
H1.HeaderClassName
{
color: #D8EDF2;
}
.AnyTagClassName
{
color: #D8EDF2;
}
</style>
background-color css
<style>
a { background-color: #D8EDF2; }
a { background-color: rgb(216,237,242); }
div.DivClassName
{
background-color: #D8EDF2;
}
.BgClassName
{
background-color: #D8EDF2;
}
</style>
border-color css
<style>
span { border-color: #D8EDF2; }
span { border-color: rgb(216,237,242); }
td.TdClassName
{
border-color: #D8EDF2;
}
.TagClassName
{
border-color: #D8EDF2;
}
</style>