Shades of Pattens Blue #D5ECFC
Tints of Pattens Blue #D5ECFC
RGB
CMYK
RGB Variations
Color information
#D5ECFC (or 0xD5ECFC) is known color: Pattens Blue. HEX triplet: D5, EC and FC. RGB value is (213,236,252). Sum of RGB (Red+Green+Blue) = 213+236+252=701 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.39% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECFC is #2A1303. Grayscale: #E6E6E6. Windows color (decimal): -2757380 or 16575701. OLE color: 16575701.
HSL color Cylindrical-coordinate representation of color #D5ECFC: hue angle of 204.62º 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 #D5ECFC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 236 | 252 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.01 |
| HSL | 204.62º | 0.87% | 0.91% | - |
| HSV(B) | 204.62º | 0.15% | 0.99% | - |
| XYZ | 75.01 | 81.17 | 103.81 | - |
| YUV | 230.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 252 | 0.15 | 0.06 | 0 | 0.01 | 204.62 | 0.87 | 0.91 |
| Hex | D5 | EC | FC | F | 6 | 0 | 1 | CD | 57 | 5B |
| Octal | 325 | 354 | 374 | 17 | 6 | 0 | 1 | 315 | 127 | 133 |
| Binary | 11010101 | 11101100 | 11111100 | 1111 | 110 | 0 | 1 | 11001101 | 1010111 | 1011011 |
Color Harmonies of #D5ECFC
Complementary color
Monochromatic Colors of #D5ECFC
Black with #D5ECFC
Text Example
Text Example
White with #D5ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECFC; }
p { color: rgb(213,236,252); }
H1.HeaderClassName
{
color: #D5ECFC;
}
.AnyTagClassName
{
color: #D5ECFC;
}
</style>
background-color css
<style>
a { background-color: #D5ECFC; }
a { background-color: rgb(213,236,252); }
div.DivClassName
{
background-color: #D5ECFC;
}
.BgClassName
{
background-color: #D5ECFC;
}
</style>
border-color css
<style>
span { border-color: #D5ECFC; }
span { border-color: rgb(213,236,252); }
td.TdClassName
{
border-color: #D5ECFC;
}
.TagClassName
{
border-color: #D5ECFC;
}
</style>