Shades of Pattens Blue #D5E9FC
Tints of Pattens Blue #D5E9FC
RGB
CMYK
RGB Variations
Color information
#D5E9FC (or 0xD5E9FC) is known color: Pattens Blue. HEX triplet: D5, E9 and FC. RGB value is (213,233,252). Sum of RGB (Red+Green+Blue) = 213+233+252=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E9FC is #2A1603. Grayscale: #E5E5E5. Windows color (decimal): -2758148 or 16574933. OLE color: 16574933.
HSL color Cylindrical-coordinate representation of color #D5E9FC: hue angle of 209.23º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E9FC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 233 | 252 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.01 |
| HSL | 209.23º | 0.87% | 0.91% | - |
| HSV(B) | 209.23º | 0.15% | 0.99% | - |
| XYZ | 74.15 | 79.45 | 103.52 | - |
| YUV | 229.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 252 | 0.15 | 0.08 | 0 | 0.01 | 209.23 | 0.87 | 0.91 |
| Hex | D5 | E9 | FC | F | 8 | 0 | 1 | D1 | 57 | 5B |
| Octal | 325 | 351 | 374 | 17 | 10 | 0 | 1 | 321 | 127 | 133 |
| Binary | 11010101 | 11101001 | 11111100 | 1111 | 1000 | 0 | 1 | 11010001 | 1010111 | 1011011 |
Color Harmonies of #D5E9FC
Complementary color
Monochromatic Colors of #D5E9FC
Black with #D5E9FC
Text Example
Text Example
White with #D5E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9FC; }
p { color: rgb(213,233,252); }
H1.HeaderClassName
{
color: #D5E9FC;
}
.AnyTagClassName
{
color: #D5E9FC;
}
</style>
background-color css
<style>
a { background-color: #D5E9FC; }
a { background-color: rgb(213,233,252); }
div.DivClassName
{
background-color: #D5E9FC;
}
.BgClassName
{
background-color: #D5E9FC;
}
</style>
border-color css
<style>
span { border-color: #D5E9FC; }
span { border-color: rgb(213,233,252); }
td.TdClassName
{
border-color: #D5E9FC;
}
.TagClassName
{
border-color: #D5E9FC;
}
</style>