Shades of Pattens Blue #D1EBFC
Tints of Pattens Blue #D1EBFC
RGB
CMYK
RGB Variations
Color information
#D1EBFC (or 0xD1EBFC) is known color: Pattens Blue. HEX triplet: D1, EB and FC. RGB value is (209,235,252). Sum of RGB (Red+Green+Blue) = 209+235+252=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBFC is #2E1403. Grayscale: #E5E5E5. Windows color (decimal): -3019780 or 16575441. OLE color: 16575441.
HSL color Cylindrical-coordinate representation of color #D1EBFC: hue angle of 203.72º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1EBFC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 235 | 252 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.01 |
| HSL | 203.72º | 0.88% | 0.9% | - |
| HSV(B) | 203.72º | 0.17% | 0.99% | - |
| XYZ | 73.57 | 80 | 103.66 | - |
| YUV | 229.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 252 | 0.17 | 0.07 | 0 | 0.01 | 203.72 | 0.88 | 0.9 |
| Hex | D1 | EB | FC | 11 | 7 | 0 | 1 | CC | 58 | 5A |
| Octal | 321 | 353 | 374 | 21 | 7 | 0 | 1 | 314 | 130 | 132 |
| Binary | 11010001 | 11101011 | 11111100 | 10001 | 111 | 0 | 1 | 11001100 | 1011000 | 1011010 |
Color Harmonies of #D1EBFC
Complementary color
Monochromatic Colors of #D1EBFC
Black with #D1EBFC
Text Example
Text Example
White with #D1EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EBFC; }
p { color: rgb(209,235,252); }
H1.HeaderClassName
{
color: #D1EBFC;
}
.AnyTagClassName
{
color: #D1EBFC;
}
</style>
background-color css
<style>
a { background-color: #D1EBFC; }
a { background-color: rgb(209,235,252); }
div.DivClassName
{
background-color: #D1EBFC;
}
.BgClassName
{
background-color: #D1EBFC;
}
</style>
border-color css
<style>
span { border-color: #D1EBFC; }
span { border-color: rgb(209,235,252); }
td.TdClassName
{
border-color: #D1EBFC;
}
.TagClassName
{
border-color: #D1EBFC;
}
</style>