Shades of Pattens Blue #D4E6EF
Tints of Pattens Blue #D4E6EF
RGB
CMYK
RGB Variations
Color information
#D4E6EF (or 0xD4E6EF) is known color: Pattens Blue. HEX triplet: D4, E6 and EF. RGB value is (212,230,239). Sum of RGB (Red+Green+Blue) = 212+230+239=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4E6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E6EF is #2B1910. Grayscale: #E1E1E1. Windows color (decimal): -2824465 or 15722196. OLE color: 15722196.
HSL color Cylindrical-coordinate representation of color #D4E6EF: hue angle of 200º 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 #D4E6EF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 230 | 239 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.06 |
| HSL | 200º | 0.46% | 0.88% | - |
| HSV(B) | 200º | 0.11% | 0.94% | - |
| XYZ | 71.03 | 76.82 | 92.75 | - |
| YUV | 225.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 239 | 0.11 | 0.04 | 0 | 0.06 | 200 | 0.46 | 0.88 |
| Hex | D4 | E6 | EF | B | 4 | 0 | 6 | C8 | 2E | 58 |
| Octal | 324 | 346 | 357 | 13 | 4 | 0 | 6 | 310 | 56 | 130 |
| Binary | 11010100 | 11100110 | 11101111 | 1011 | 100 | 0 | 110 | 11001000 | 101110 | 1011000 |
Color Harmonies of #D4E6EF
Complementary color
Monochromatic Colors of #D4E6EF
Black with #D4E6EF
Text Example
Text Example
White with #D4E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E6EF; }
p { color: rgb(212,230,239); }
H1.HeaderClassName
{
color: #D4E6EF;
}
.AnyTagClassName
{
color: #D4E6EF;
}
</style>
background-color css
<style>
a { background-color: #D4E6EF; }
a { background-color: rgb(212,230,239); }
div.DivClassName
{
background-color: #D4E6EF;
}
.BgClassName
{
background-color: #D4E6EF;
}
</style>
border-color css
<style>
span { border-color: #D4E6EF; }
span { border-color: rgb(212,230,239); }
td.TdClassName
{
border-color: #D4E6EF;
}
.TagClassName
{
border-color: #D4E6EF;
}
</style>