Shades of Pattens Blue #D5E9EF
Tints of Pattens Blue #D5E9EF
RGB
CMYK
RGB Variations
Color information
#D5E9EF (or 0xD5E9EF) is known color: Pattens Blue. HEX triplet: D5, E9 and EF. RGB value is (213,233,239). Sum of RGB (Red+Green+Blue) = 213+233+239=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E9EF is #2A1610. Grayscale: #E3E3E3. Windows color (decimal): -2758161 or 15722965. OLE color: 15722965.
HSL color Cylindrical-coordinate representation of color #D5E9EF: hue angle of 193.85º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E9EF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 233 | 239 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.06 |
| HSL | 193.85º | 0.45% | 0.89% | - |
| HSV(B) | 193.85º | 0.11% | 0.94% | - |
| XYZ | 72.16 | 78.66 | 93.04 | - |
| YUV | 227.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 239 | 0.11 | 0.03 | 0 | 0.06 | 193.85 | 0.45 | 0.89 |
| Hex | D5 | E9 | EF | B | 3 | 0 | 6 | C2 | 2D | 59 |
| Octal | 325 | 351 | 357 | 13 | 3 | 0 | 6 | 302 | 55 | 131 |
| Binary | 11010101 | 11101001 | 11101111 | 1011 | 11 | 0 | 110 | 11000010 | 101101 | 1011001 |
Color Harmonies of #D5E9EF
Complementary color
Monochromatic Colors of #D5E9EF
Black with #D5E9EF
Text Example
Text Example
White with #D5E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9EF; }
p { color: rgb(213,233,239); }
H1.HeaderClassName
{
color: #D5E9EF;
}
.AnyTagClassName
{
color: #D5E9EF;
}
</style>
background-color css
<style>
a { background-color: #D5E9EF; }
a { background-color: rgb(213,233,239); }
div.DivClassName
{
background-color: #D5E9EF;
}
.BgClassName
{
background-color: #D5E9EF;
}
</style>
border-color css
<style>
span { border-color: #D5E9EF; }
span { border-color: rgb(213,233,239); }
td.TdClassName
{
border-color: #D5E9EF;
}
.TagClassName
{
border-color: #D5E9EF;
}
</style>