Shades of Pattens Blue #D5EDF8
Tints of Pattens Blue #D5EDF8
RGB
CMYK
RGB Variations
Color information
#D5EDF8 (or 0xD5EDF8) is known color: Pattens Blue. HEX triplet: D5, ED and F8. RGB value is (213,237,248). Sum of RGB (Red+Green+Blue) = 213+237+248=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDF8 is #2A1207. Grayscale: #E7E7E7. Windows color (decimal): -2757128 or 16313813. OLE color: 16313813.
HSL color Cylindrical-coordinate representation of color #D5EDF8: hue angle of 198.86º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EDF8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 237 | 248 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.03 |
| HSL | 198.86º | 0.71% | 0.9% | - |
| HSV(B) | 198.86º | 0.14% | 0.97% | - |
| XYZ | 74.67 | 81.49 | 100.6 | - |
| YUV | 231.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 248 | 0.14 | 0.04 | 0 | 0.03 | 198.86 | 0.71 | 0.9 |
| Hex | D5 | ED | F8 | E | 4 | 0 | 3 | C7 | 47 | 5A |
| Octal | 325 | 355 | 370 | 16 | 4 | 0 | 3 | 307 | 107 | 132 |
| Binary | 11010101 | 11101101 | 11111000 | 1110 | 100 | 0 | 11 | 11000111 | 1000111 | 1011010 |
Color Harmonies of #D5EDF8
Complementary color
Monochromatic Colors of #D5EDF8
Black with #D5EDF8
Text Example
Text Example
White with #D5EDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDF8; }
p { color: rgb(213,237,248); }
H1.HeaderClassName
{
color: #D5EDF8;
}
.AnyTagClassName
{
color: #D5EDF8;
}
</style>
background-color css
<style>
a { background-color: #D5EDF8; }
a { background-color: rgb(213,237,248); }
div.DivClassName
{
background-color: #D5EDF8;
}
.BgClassName
{
background-color: #D5EDF8;
}
</style>
border-color css
<style>
span { border-color: #D5EDF8; }
span { border-color: rgb(213,237,248); }
td.TdClassName
{
border-color: #D5EDF8;
}
.TagClassName
{
border-color: #D5EDF8;
}
</style>