Shades of Pattens Blue #D4E5EF
Tints of Pattens Blue #D4E5EF
RGB
CMYK
RGB Variations
Color information
#D4E5EF (or 0xD4E5EF) is known color: Pattens Blue. HEX triplet: D4, E5 and EF. RGB value is (212,229,239). Sum of RGB (Red+Green+Blue) = 212+229+239=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E5EF is #2B1A10. Grayscale: #E0E0E0. Windows color (decimal): -2824721 or 15721940. OLE color: 15721940.
HSL color Cylindrical-coordinate representation of color #D4E5EF: hue angle of 202.22º 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 #D4E5EF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 229 | 239 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.06 |
| HSL | 202.22º | 0.46% | 0.88% | - |
| HSV(B) | 202.22º | 0.11% | 0.94% | - |
| XYZ | 70.75 | 76.27 | 92.65 | - |
| YUV | 225.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 239 | 0.11 | 0.04 | 0 | 0.06 | 202.22 | 0.46 | 0.88 |
| Hex | D4 | E5 | EF | B | 4 | 0 | 6 | CA | 2E | 58 |
| Octal | 324 | 345 | 357 | 13 | 4 | 0 | 6 | 312 | 56 | 130 |
| Binary | 11010100 | 11100101 | 11101111 | 1011 | 100 | 0 | 110 | 11001010 | 101110 | 1011000 |
Color Harmonies of #D4E5EF
Complementary color
Monochromatic Colors of #D4E5EF
Black with #D4E5EF
Text Example
Text Example
White with #D4E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E5EF; }
p { color: rgb(212,229,239); }
H1.HeaderClassName
{
color: #D4E5EF;
}
.AnyTagClassName
{
color: #D4E5EF;
}
</style>
background-color css
<style>
a { background-color: #D4E5EF; }
a { background-color: rgb(212,229,239); }
div.DivClassName
{
background-color: #D4E5EF;
}
.BgClassName
{
background-color: #D4E5EF;
}
</style>
border-color css
<style>
span { border-color: #D4E5EF; }
span { border-color: rgb(212,229,239); }
td.TdClassName
{
border-color: #D4E5EF;
}
.TagClassName
{
border-color: #D4E5EF;
}
</style>