Shades of Pattens Blue #D5E7EF
Tints of Pattens Blue #D5E7EF
RGB
CMYK
RGB Variations
Color information
#D5E7EF (or 0xD5E7EF) is known color: Pattens Blue. HEX triplet: D5, E7 and EF. RGB value is (213,231,239). Sum of RGB (Red+Green+Blue) = 213+231+239=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E7EF is #2A1810. Grayscale: #E2E2E2. Windows color (decimal): -2758673 or 15722453. OLE color: 15722453.
HSL color Cylindrical-coordinate representation of color #D5E7EF: hue angle of 198.46º 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 #D5E7EF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 231 | 239 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.06 |
| HSL | 198.46º | 0.45% | 0.89% | - |
| HSV(B) | 198.46º | 0.11% | 0.94% | - |
| XYZ | 71.6 | 77.53 | 92.85 | - |
| YUV | 226.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 239 | 0.11 | 0.03 | 0 | 0.06 | 198.46 | 0.45 | 0.89 |
| Hex | D5 | E7 | EF | B | 3 | 0 | 6 | C6 | 2D | 59 |
| Octal | 325 | 347 | 357 | 13 | 3 | 0 | 6 | 306 | 55 | 131 |
| Binary | 11010101 | 11100111 | 11101111 | 1011 | 11 | 0 | 110 | 11000110 | 101101 | 1011001 |
Color Harmonies of #D5E7EF
Complementary color
Monochromatic Colors of #D5E7EF
Black with #D5E7EF
Text Example
Text Example
White with #D5E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E7EF; }
p { color: rgb(213,231,239); }
H1.HeaderClassName
{
color: #D5E7EF;
}
.AnyTagClassName
{
color: #D5E7EF;
}
</style>
background-color css
<style>
a { background-color: #D5E7EF; }
a { background-color: rgb(213,231,239); }
div.DivClassName
{
background-color: #D5E7EF;
}
.BgClassName
{
background-color: #D5E7EF;
}
</style>
border-color css
<style>
span { border-color: #D5E7EF; }
span { border-color: rgb(213,231,239); }
td.TdClassName
{
border-color: #D5E7EF;
}
.TagClassName
{
border-color: #D5E7EF;
}
</style>