Shades of Pattens Blue #D4E2F1
Tints of Pattens Blue #D4E2F1
RGB
CMYK
RGB Variations
Color information
#D4E2F1 (or 0xD4E2F1) is known color: Pattens Blue. HEX triplet: D4, E2 and F1. RGB value is (212,226,241). Sum of RGB (Red+Green+Blue) = 212+226+241=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4E2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E2F1 is #2B1D0E. Grayscale: #DFDFDF. Windows color (decimal): -2825487 or 15852244. OLE color: 15852244.
HSL color Cylindrical-coordinate representation of color #D4E2F1: hue angle of 211.03º 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 #D4E2F1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 226 | 241 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.05 |
| HSL | 211.03º | 0.51% | 0.89% | - |
| HSV(B) | 211.03º | 0.12% | 0.95% | - |
| XYZ | 70.22 | 74.74 | 93.94 | - |
| YUV | 223.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 241 | 0.12 | 0.06 | 0 | 0.05 | 211.03 | 0.51 | 0.89 |
| Hex | D4 | E2 | F1 | C | 6 | 0 | 5 | D3 | 33 | 59 |
| Octal | 324 | 342 | 361 | 14 | 6 | 0 | 5 | 323 | 63 | 131 |
| Binary | 11010100 | 11100010 | 11110001 | 1100 | 110 | 0 | 101 | 11010011 | 110011 | 1011001 |
Color Harmonies of #D4E2F1
Complementary color
Monochromatic Colors of #D4E2F1
Black with #D4E2F1
Text Example
Text Example
White with #D4E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E2F1; }
p { color: rgb(212,226,241); }
H1.HeaderClassName
{
color: #D4E2F1;
}
.AnyTagClassName
{
color: #D4E2F1;
}
</style>
background-color css
<style>
a { background-color: #D4E2F1; }
a { background-color: rgb(212,226,241); }
div.DivClassName
{
background-color: #D4E2F1;
}
.BgClassName
{
background-color: #D4E2F1;
}
</style>
border-color css
<style>
span { border-color: #D4E2F1; }
span { border-color: rgb(212,226,241); }
td.TdClassName
{
border-color: #D4E2F1;
}
.TagClassName
{
border-color: #D4E2F1;
}
</style>