Shades of Pattens Blue #D5E9EE
Tints of Pattens Blue #D5E9EE
RGB
CMYK
RGB Variations
Color information
#D5E9EE (or 0xD5E9EE) is known color: Pattens Blue. HEX triplet: D5, E9 and EE. RGB value is (213,233,238). Sum of RGB (Red+Green+Blue) = 213+233+238=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5E9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E9EE is #2A1611. Grayscale: #E3E3E3. Windows color (decimal): -2758162 or 15657429. OLE color: 15657429.
HSL color Cylindrical-coordinate representation of color #D5E9EE: hue angle of 192º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E9EE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 233 | 238 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.07 |
| HSL | 192º | 0.42% | 0.88% | - |
| HSV(B) | 192º | 0.11% | 0.93% | - |
| XYZ | 72.01 | 78.6 | 92.26 | - |
| YUV | 227.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 238 | 0.11 | 0.02 | 0 | 0.07 | 192 | 0.42 | 0.88 |
| Hex | D5 | E9 | EE | B | 2 | 0 | 7 | C0 | 2A | 58 |
| Octal | 325 | 351 | 356 | 13 | 2 | 0 | 7 | 300 | 52 | 130 |
| Binary | 11010101 | 11101001 | 11101110 | 1011 | 10 | 0 | 111 | 11000000 | 101010 | 1011000 |
Color Harmonies of #D5E9EE
Complementary color
Monochromatic Colors of #D5E9EE
Black with #D5E9EE
Text Example
Text Example
White with #D5E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9EE; }
p { color: rgb(213,233,238); }
H1.HeaderClassName
{
color: #D5E9EE;
}
.AnyTagClassName
{
color: #D5E9EE;
}
</style>
background-color css
<style>
a { background-color: #D5E9EE; }
a { background-color: rgb(213,233,238); }
div.DivClassName
{
background-color: #D5E9EE;
}
.BgClassName
{
background-color: #D5E9EE;
}
</style>
border-color css
<style>
span { border-color: #D5E9EE; }
span { border-color: rgb(213,233,238); }
td.TdClassName
{
border-color: #D5E9EE;
}
.TagClassName
{
border-color: #D5E9EE;
}
</style>