Shades of Pattens Blue #D4E6F7
Tints of Pattens Blue #D4E6F7
RGB
CMYK
RGB Variations
Color information
#D4E6F7 (or 0xD4E6F7) is known color: Pattens Blue. HEX triplet: D4, E6 and F7. RGB value is (212,230,247). Sum of RGB (Red+Green+Blue) = 212+230+247=689 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.77% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4E6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E6F7 is #2B1908. Grayscale: #E2E2E2. Windows color (decimal): -2824457 or 16246484. OLE color: 16246484.
HSL color Cylindrical-coordinate representation of color #D4E6F7: hue angle of 209.14º degrees, saturation: 0.69, 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 #D4E6F7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 230 | 247 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.03 |
| HSL | 209.14º | 0.69% | 0.9% | - |
| HSV(B) | 209.14º | 0.14% | 0.97% | - |
| XYZ | 72.24 | 77.31 | 99.11 | - |
| YUV | 226.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 247 | 0.14 | 0.07 | 0 | 0.03 | 209.14 | 0.69 | 0.9 |
| Hex | D4 | E6 | F7 | E | 7 | 0 | 3 | D1 | 45 | 5A |
| Octal | 324 | 346 | 367 | 16 | 7 | 0 | 3 | 321 | 105 | 132 |
| Binary | 11010100 | 11100110 | 11110111 | 1110 | 111 | 0 | 11 | 11010001 | 1000101 | 1011010 |
Color Harmonies of #D4E6F7
Complementary color
Monochromatic Colors of #D4E6F7
Black with #D4E6F7
Text Example
Text Example
White with #D4E6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E6F7; }
p { color: rgb(212,230,247); }
H1.HeaderClassName
{
color: #D4E6F7;
}
.AnyTagClassName
{
color: #D4E6F7;
}
</style>
background-color css
<style>
a { background-color: #D4E6F7; }
a { background-color: rgb(212,230,247); }
div.DivClassName
{
background-color: #D4E6F7;
}
.BgClassName
{
background-color: #D4E6F7;
}
</style>
border-color css
<style>
span { border-color: #D4E6F7; }
span { border-color: rgb(212,230,247); }
td.TdClassName
{
border-color: #D4E6F7;
}
.TagClassName
{
border-color: #D4E6F7;
}
</style>