Shades of Pattens Blue #D5ECFD
Tints of Pattens Blue #D5ECFD
RGB
CMYK
RGB Variations
Color information
#D5ECFD (or 0xD5ECFD) is known color: Pattens Blue. HEX triplet: D5, EC and FD. RGB value is (213,236,253). Sum of RGB (Red+Green+Blue) = 213+236+253=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECFD is #2A1302. Grayscale: #E6E6E6. Windows color (decimal): -2757379 or 16641237. OLE color: 16641237.
HSL color Cylindrical-coordinate representation of color #D5ECFD: hue angle of 205.5º 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 #D5ECFD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 236 | 253 | - |
CMYK | 0.16 | 0.07 | 0 | 0.01 |
HSL | 205.5º | 0.91% | 0.91% | - |
HSV(B) | 205.5º | 0.16% | 0.99% | - |
XYZ | 75.17 | 81.23 | 104.65 | - |
YUV | 231.06 | 140.38 | 115.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 253 | 0.16 | 0.07 | 0 | 0.01 | 205.5 | 0.91 | 0.91 |
Hex | D5 | EC | FD | 10 | 7 | 0 | 1 | CE | 5B | 5B |
Octal | 325 | 354 | 375 | 20 | 7 | 0 | 1 | 316 | 133 | 133 |
Binary | 11010101 | 11101100 | 11111101 | 10000 | 111 | 0 | 1 | 11001110 | 1011011 | 1011011 |
Color Harmonies of #D5ECFD
Complementary color
Monochromatic Colors of #D5ECFD
Black with #D5ECFD
Text Example
Text Example
White with #D5ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECFD; }
p { color: rgb(213,236,253); }
H1.HeaderClassName
{
color: #D5ECFD;
}
.AnyTagClassName
{
color: #D5ECFD;
}
</style>
background-color css
<style>
a { background-color: #D5ECFD; }
a { background-color: rgb(213,236,253); }
div.DivClassName
{
background-color: #D5ECFD;
}
.BgClassName
{
background-color: #D5ECFD;
}
</style>
border-color css
<style>
span { border-color: #D5ECFD; }
span { border-color: rgb(213,236,253); }
td.TdClassName
{
border-color: #D5ECFD;
}
.TagClassName
{
border-color: #D5ECFD;
}
</style>