Shades of Pattens Blue #D1EDFA
Tints of Pattens Blue #D1EDFA
RGB
CMYK
RGB Variations
Color information
#D1EDFA (or 0xD1EDFA) is known color: Pattens Blue. HEX triplet: D1, ED and FA. RGB value is (209,237,250). Sum of RGB (Red+Green+Blue) = 209+237+250=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDFA is #2E1205. Grayscale: #E6E6E6. Windows color (decimal): -3019270 or 16444881. OLE color: 16444881.
HSL color Cylindrical-coordinate representation of color #D1EDFA: hue angle of 199.02º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1EDFA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 237 | 250 | - |
CMYK | 0.16 | 0.05 | 0 | 0.02 |
HSL | 199.02º | 0.8% | 0.9% | - |
HSV(B) | 199.02º | 0.16% | 0.98% | - |
XYZ | 73.83 | 81.03 | 102.19 | - |
YUV | 230.11 | 139.22 | 112.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 237 | 250 | 0.16 | 0.05 | 0 | 0.02 | 199.02 | 0.8 | 0.9 |
Hex | D1 | ED | FA | 10 | 5 | 0 | 2 | C7 | 50 | 5A |
Octal | 321 | 355 | 372 | 20 | 5 | 0 | 2 | 307 | 120 | 132 |
Binary | 11010001 | 11101101 | 11111010 | 10000 | 101 | 0 | 10 | 11000111 | 1010000 | 1011010 |
Color Harmonies of #D1EDFA
Complementary color
Monochromatic Colors of #D1EDFA
Black with #D1EDFA
Text Example
Text Example
White with #D1EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EDFA; }
p { color: rgb(209,237,250); }
H1.HeaderClassName
{
color: #D1EDFA;
}
.AnyTagClassName
{
color: #D1EDFA;
}
</style>
background-color css
<style>
a { background-color: #D1EDFA; }
a { background-color: rgb(209,237,250); }
div.DivClassName
{
background-color: #D1EDFA;
}
.BgClassName
{
background-color: #D1EDFA;
}
</style>
border-color css
<style>
span { border-color: #D1EDFA; }
span { border-color: rgb(209,237,250); }
td.TdClassName
{
border-color: #D1EDFA;
}
.TagClassName
{
border-color: #D1EDFA;
}
</style>