Shades of Pattens Blue #D4E9EF
Tints of Pattens Blue #D4E9EF
RGB
CMYK
RGB Variations
Color information
#D4E9EF (or 0xD4E9EF) is known color: Pattens Blue. HEX triplet: D4, E9 and EF. RGB value is (212,233,239). Sum of RGB (Red+Green+Blue) = 212+233+239=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E9EF is #2B1610. Grayscale: #E3E3E3. Windows color (decimal): -2823697 or 15722964. OLE color: 15722964.
HSL color Cylindrical-coordinate representation of color #D4E9EF: hue angle of 193.33º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E9EF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 233 | 239 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.06 |
| HSL | 193.33º | 0.46% | 0.88% | - |
| HSV(B) | 193.33º | 0.11% | 0.94% | - |
| XYZ | 71.87 | 78.51 | 93.03 | - |
| YUV | 227.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 233 | 239 | 0.11 | 0.03 | 0 | 0.06 | 193.33 | 0.46 | 0.88 |
| Hex | D4 | E9 | EF | B | 3 | 0 | 6 | C1 | 2E | 58 |
| Octal | 324 | 351 | 357 | 13 | 3 | 0 | 6 | 301 | 56 | 130 |
| Binary | 11010100 | 11101001 | 11101111 | 1011 | 11 | 0 | 110 | 11000001 | 101110 | 1011000 |
Color Harmonies of #D4E9EF
Complementary color
Monochromatic Colors of #D4E9EF
Black with #D4E9EF
Text Example
Text Example
White with #D4E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E9EF; }
p { color: rgb(212,233,239); }
H1.HeaderClassName
{
color: #D4E9EF;
}
.AnyTagClassName
{
color: #D4E9EF;
}
</style>
background-color css
<style>
a { background-color: #D4E9EF; }
a { background-color: rgb(212,233,239); }
div.DivClassName
{
background-color: #D4E9EF;
}
.BgClassName
{
background-color: #D4E9EF;
}
</style>
border-color css
<style>
span { border-color: #D4E9EF; }
span { border-color: rgb(212,233,239); }
td.TdClassName
{
border-color: #D4E9EF;
}
.TagClassName
{
border-color: #D4E9EF;
}
</style>