Shades of Pattens Blue #D8EDFF
Tints of Pattens Blue #D8EDFF
RGB
CMYK
RGB Variations
Color information
#D8EDFF (or 0xD8EDFF) is known color: Pattens Blue. HEX triplet: D8, ED and FF. RGB value is (216,237,255). Sum of RGB (Red+Green+Blue) = 216+237+255=708 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.51% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDFF is #271200. Grayscale: #E8E8E8. Windows color (decimal): -2560513 or 16772568. OLE color: 16772568.
HSL color Cylindrical-coordinate representation of color #D8EDFF: hue angle of 207.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8EDFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 237 | 255 | - |
| CMYK | 0.15 | 0.07 | 0 | 0 |
| HSL | 207.69º | 1% | 0.92% | - |
| HSV(B) | 207.69º | 0.15% | 1% | - |
| XYZ | 76.65 | 82.39 | 106.47 | - |
| YUV | 232.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 255 | 0.15 | 0.07 | 0 | 0 | 207.69 | 1 | 0.92 |
| Hex | D8 | ED | FF | F | 7 | 0 | 0 | D0 | 64 | 5C |
| Octal | 330 | 355 | 377 | 17 | 7 | 0 | 0 | 320 | 144 | 134 |
| Binary | 11011000 | 11101101 | 11111111 | 1111 | 111 | 0 | 0 | 11010000 | 1100100 | 1011100 |
Color Harmonies of #D8EDFF
Complementary color
Monochromatic Colors of #D8EDFF
Black with #D8EDFF
Text Example
Text Example
White with #D8EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDFF; }
p { color: rgb(216,237,255); }
H1.HeaderClassName
{
color: #D8EDFF;
}
.AnyTagClassName
{
color: #D8EDFF;
}
</style>
background-color css
<style>
a { background-color: #D8EDFF; }
a { background-color: rgb(216,237,255); }
div.DivClassName
{
background-color: #D8EDFF;
}
.BgClassName
{
background-color: #D8EDFF;
}
</style>
border-color css
<style>
span { border-color: #D8EDFF; }
span { border-color: rgb(216,237,255); }
td.TdClassName
{
border-color: #D8EDFF;
}
.TagClassName
{
border-color: #D8EDFF;
}
</style>