Shades of Pattens Blue #D4E4F1
Tints of Pattens Blue #D4E4F1
RGB
CMYK
RGB Variations
Color information
#D4E4F1 (or 0xD4E4F1) is known color: Pattens Blue. HEX triplet: D4, E4 and F1. RGB value is (212,228,241). Sum of RGB (Red+Green+Blue) = 212+228+241=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E4F1 is #2B1B0E. Grayscale: #E0E0E0. Windows color (decimal): -2824975 or 15852756. OLE color: 15852756.
HSL color Cylindrical-coordinate representation of color #D4E4F1: hue angle of 206.9º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4E4F1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 228 | 241 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.05 |
| HSL | 206.9º | 0.51% | 0.89% | - |
| HSV(B) | 206.9º | 0.12% | 0.95% | - |
| XYZ | 70.77 | 75.83 | 94.13 | - |
| YUV | 224.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 241 | 0.12 | 0.05 | 0 | 0.05 | 206.9 | 0.51 | 0.89 |
| Hex | D4 | E4 | F1 | C | 5 | 0 | 5 | CF | 33 | 59 |
| Octal | 324 | 344 | 361 | 14 | 5 | 0 | 5 | 317 | 63 | 131 |
| Binary | 11010100 | 11100100 | 11110001 | 1100 | 101 | 0 | 101 | 11001111 | 110011 | 1011001 |
Color Harmonies of #D4E4F1
Complementary color
Monochromatic Colors of #D4E4F1
Black with #D4E4F1
Text Example
Text Example
White with #D4E4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E4F1; }
p { color: rgb(212,228,241); }
H1.HeaderClassName
{
color: #D4E4F1;
}
.AnyTagClassName
{
color: #D4E4F1;
}
</style>
background-color css
<style>
a { background-color: #D4E4F1; }
a { background-color: rgb(212,228,241); }
div.DivClassName
{
background-color: #D4E4F1;
}
.BgClassName
{
background-color: #D4E4F1;
}
</style>
border-color css
<style>
span { border-color: #D4E4F1; }
span { border-color: rgb(212,228,241); }
td.TdClassName
{
border-color: #D4E4F1;
}
.TagClassName
{
border-color: #D4E4F1;
}
</style>