Shades of Pattens Blue #D1EEFF
Tints of Pattens Blue #D1EEFF
RGB
CMYK
RGB Variations
Color information
#D1EEFF (or 0xD1EEFF) is known color: Pattens Blue. HEX triplet: D1, EE and FF. RGB value is (209,238,255). Sum of RGB (Red+Green+Blue) = 209+238+255=702 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.77% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EEFF is #2E1100. Grayscale: #E7E7E7. Windows color (decimal): -3019009 or 16772817. OLE color: 16772817.
HSL color Cylindrical-coordinate representation of color #D1EEFF: hue angle of 202.17º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1EEFF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 238 | 255 | - |
| CMYK | 0.18 | 0.07 | 0 | 0 |
| HSL | 202.17º | 1% | 0.91% | - |
| HSV(B) | 202.17º | 0.18% | 1% | - |
| XYZ | 74.92 | 81.92 | 106.47 | - |
| YUV | 231.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 255 | 0.18 | 0.07 | 0 | 0 | 202.17 | 1 | 0.91 |
| Hex | D1 | EE | FF | 12 | 7 | 0 | 0 | CA | 64 | 5B |
| Octal | 321 | 356 | 377 | 22 | 7 | 0 | 0 | 312 | 144 | 133 |
| Binary | 11010001 | 11101110 | 11111111 | 10010 | 111 | 0 | 0 | 11001010 | 1100100 | 1011011 |
Color Harmonies of #D1EEFF
Complementary color
Monochromatic Colors of #D1EEFF
Black with #D1EEFF
Text Example
Text Example
White with #D1EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EEFF; }
p { color: rgb(209,238,255); }
H1.HeaderClassName
{
color: #D1EEFF;
}
.AnyTagClassName
{
color: #D1EEFF;
}
</style>
background-color css
<style>
a { background-color: #D1EEFF; }
a { background-color: rgb(209,238,255); }
div.DivClassName
{
background-color: #D1EEFF;
}
.BgClassName
{
background-color: #D1EEFF;
}
</style>
border-color css
<style>
span { border-color: #D1EEFF; }
span { border-color: rgb(209,238,255); }
td.TdClassName
{
border-color: #D1EEFF;
}
.TagClassName
{
border-color: #D1EEFF;
}
</style>