Shades of Pattens Blue #D8EDF4
Tints of Pattens Blue #D8EDF4
RGB
CMYK
RGB Variations
Color information
#D8EDF4 (or 0xD8EDF4) is known color: Pattens Blue. HEX triplet: D8, ED and F4. RGB value is (216,237,244). Sum of RGB (Red+Green+Blue) = 216+237+244=697 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.99% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF4 is #27120B. Grayscale: #E7E7E7. Windows color (decimal): -2560524 or 16051672. OLE color: 16051672.
HSL color Cylindrical-coordinate representation of color #D8EDF4: hue angle of 195º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8EDF4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 237 | 244 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.04 |
| HSL | 195º | 0.56% | 0.9% | - |
| HSV(B) | 195º | 0.11% | 0.96% | - |
| XYZ | 74.93 | 81.7 | 97.41 | - |
| YUV | 231.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 244 | 0.11 | 0.03 | 0 | 0.04 | 195 | 0.56 | 0.9 |
| Hex | D8 | ED | F4 | B | 3 | 0 | 4 | C3 | 38 | 5A |
| Octal | 330 | 355 | 364 | 13 | 3 | 0 | 4 | 303 | 70 | 132 |
| Binary | 11011000 | 11101101 | 11110100 | 1011 | 11 | 0 | 100 | 11000011 | 111000 | 1011010 |
Color Harmonies of #D8EDF4
Complementary color
Monochromatic Colors of #D8EDF4
Black with #D8EDF4
Text Example
Text Example
White with #D8EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDF4; }
p { color: rgb(216,237,244); }
H1.HeaderClassName
{
color: #D8EDF4;
}
.AnyTagClassName
{
color: #D8EDF4;
}
</style>
background-color css
<style>
a { background-color: #D8EDF4; }
a { background-color: rgb(216,237,244); }
div.DivClassName
{
background-color: #D8EDF4;
}
.BgClassName
{
background-color: #D8EDF4;
}
</style>
border-color css
<style>
span { border-color: #D8EDF4; }
span { border-color: rgb(216,237,244); }
td.TdClassName
{
border-color: #D8EDF4;
}
.TagClassName
{
border-color: #D8EDF4;
}
</style>