Shades of Pattens Blue #D1ECFD
Tints of Pattens Blue #D1ECFD
RGB
CMYK
RGB Variations
Color information
#D1ECFD (or 0xD1ECFD) is known color: Pattens Blue. HEX triplet: D1, EC and FD. RGB value is (209,236,253). Sum of RGB (Red+Green+Blue) = 209+236+253=698 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.94% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECFD is #2E1302. Grayscale: #E5E5E5. Windows color (decimal): -3019523 or 16641233. OLE color: 16641233.
HSL color Cylindrical-coordinate representation of color #D1ECFD: hue angle of 203.18º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1ECFD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 236 | 253 | - |
CMYK | 0.17 | 0.07 | 0 | 0.01 |
HSL | 203.18º | 0.92% | 0.91% | - |
HSV(B) | 203.18º | 0.17% | 0.99% | - |
XYZ | 74.02 | 80.64 | 104.59 | - |
YUV | 229.87 | 141.05 | 113.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 236 | 253 | 0.17 | 0.07 | 0 | 0.01 | 203.18 | 0.92 | 0.91 |
Hex | D1 | EC | FD | 11 | 7 | 0 | 1 | CB | 5C | 5B |
Octal | 321 | 354 | 375 | 21 | 7 | 0 | 1 | 313 | 134 | 133 |
Binary | 11010001 | 11101100 | 11111101 | 10001 | 111 | 0 | 1 | 11001011 | 1011100 | 1011011 |
Color Harmonies of #D1ECFD
Complementary color
Monochromatic Colors of #D1ECFD
Black with #D1ECFD
Text Example
Text Example
White with #D1ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECFD; }
p { color: rgb(209,236,253); }
H1.HeaderClassName
{
color: #D1ECFD;
}
.AnyTagClassName
{
color: #D1ECFD;
}
</style>
background-color css
<style>
a { background-color: #D1ECFD; }
a { background-color: rgb(209,236,253); }
div.DivClassName
{
background-color: #D1ECFD;
}
.BgClassName
{
background-color: #D1ECFD;
}
</style>
border-color css
<style>
span { border-color: #D1ECFD; }
span { border-color: rgb(209,236,253); }
td.TdClassName
{
border-color: #D1ECFD;
}
.TagClassName
{
border-color: #D1ECFD;
}
</style>