Shades of Pattens Blue #D5E1EA
Tints of Pattens Blue #D5E1EA
RGB
CMYK
RGB Variations
Color information
#D5E1EA (or 0xD5E1EA) is known color: Pattens Blue. HEX triplet: D5, E1 and EA. RGB value is (213,225,234). Sum of RGB (Red+Green+Blue) = 213+225+234=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E1EA is #2A1E15. Grayscale: #DEDEDE. Windows color (decimal): -2760214 or 15393237. OLE color: 15393237.
HSL color Cylindrical-coordinate representation of color #D5E1EA: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E1EA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 225 | 234 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.08 |
| HSL | 205.71º | 0.33% | 0.88% | - |
| HSV(B) | 205.71º | 0.09% | 0.92% | - |
| XYZ | 69.22 | 73.94 | 88.47 | - |
| YUV | 222.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 234 | 0.09 | 0.04 | 0 | 0.08 | 205.71 | 0.33 | 0.88 |
| Hex | D5 | E1 | EA | 9 | 4 | 0 | 8 | CE | 21 | 58 |
| Octal | 325 | 341 | 352 | 11 | 4 | 0 | 10 | 316 | 41 | 130 |
| Binary | 11010101 | 11100001 | 11101010 | 1001 | 100 | 0 | 1000 | 11001110 | 100001 | 1011000 |
Color Harmonies of #D5E1EA
Complementary color
Monochromatic Colors of #D5E1EA
Black with #D5E1EA
Text Example
Text Example
White with #D5E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E1EA; }
p { color: rgb(213,225,234); }
H1.HeaderClassName
{
color: #D5E1EA;
}
.AnyTagClassName
{
color: #D5E1EA;
}
</style>
background-color css
<style>
a { background-color: #D5E1EA; }
a { background-color: rgb(213,225,234); }
div.DivClassName
{
background-color: #D5E1EA;
}
.BgClassName
{
background-color: #D5E1EA;
}
</style>
border-color css
<style>
span { border-color: #D5E1EA; }
span { border-color: rgb(213,225,234); }
td.TdClassName
{
border-color: #D5E1EA;
}
.TagClassName
{
border-color: #D5E1EA;
}
</style>