Shades of Pattens Blue #D4ECFD
Tints of Pattens Blue #D4ECFD
RGB
CMYK
RGB Variations
Color information
#D4ECFD (or 0xD4ECFD) is known color: Pattens Blue. HEX triplet: D4, EC and FD. RGB value is (212,236,253). Sum of RGB (Red+Green+Blue) = 212+236+253=701 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.24% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4ECFD is #2B1302. Grayscale: #E6E6E6. Windows color (decimal): -2822915 or 16641236. OLE color: 16641236.
HSL color Cylindrical-coordinate representation of color #D4ECFD: hue angle of 204.88º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4ECFD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 236 | 253 | - |
CMYK | 0.16 | 0.07 | 0 | 0.01 |
HSL | 204.88º | 0.91% | 0.91% | - |
HSV(B) | 204.88º | 0.16% | 0.99% | - |
XYZ | 74.88 | 81.08 | 104.63 | - |
YUV | 230.76 | 140.55 | 114.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 236 | 253 | 0.16 | 0.07 | 0 | 0.01 | 204.88 | 0.91 | 0.91 |
Hex | D4 | EC | FD | 10 | 7 | 0 | 1 | CD | 5B | 5B |
Octal | 324 | 354 | 375 | 20 | 7 | 0 | 1 | 315 | 133 | 133 |
Binary | 11010100 | 11101100 | 11111101 | 10000 | 111 | 0 | 1 | 11001101 | 1011011 | 1011011 |
Color Harmonies of #D4ECFD
Complementary color
Monochromatic Colors of #D4ECFD
Black with #D4ECFD
Text Example
Text Example
White with #D4ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECFD; }
p { color: rgb(212,236,253); }
H1.HeaderClassName
{
color: #D4ECFD;
}
.AnyTagClassName
{
color: #D4ECFD;
}
</style>
background-color css
<style>
a { background-color: #D4ECFD; }
a { background-color: rgb(212,236,253); }
div.DivClassName
{
background-color: #D4ECFD;
}
.BgClassName
{
background-color: #D4ECFD;
}
</style>
border-color css
<style>
span { border-color: #D4ECFD; }
span { border-color: rgb(212,236,253); }
td.TdClassName
{
border-color: #D4ECFD;
}
.TagClassName
{
border-color: #D4ECFD;
}
</style>