Shades of Pattens Blue #D1EFFF
Tints of Pattens Blue #D1EFFF
RGB
CMYK
RGB Variations
Color information
#D1EFFF (or 0xD1EFFF) is known color: Pattens Blue. HEX triplet: D1, EF and FF. RGB value is (209,239,255). Sum of RGB (Red+Green+Blue) = 209+239+255=703 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.73% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFFF is #2E1000. Grayscale: #E7E7E7. Windows color (decimal): -3018753 or 16773073. OLE color: 16773073.
HSL color Cylindrical-coordinate representation of color #D1EFFF: hue angle of 200.87º 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 #D1EFFF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 239 | 255 | - |
| CMYK | 0.18 | 0.06 | 0 | 0 |
| HSL | 200.87º | 1% | 0.91% | - |
| HSV(B) | 200.87º | 0.18% | 1% | - |
| XYZ | 75.21 | 82.51 | 106.57 | - |
| YUV | 231.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 255 | 0.18 | 0.06 | 0 | 0 | 200.87 | 1 | 0.91 |
| Hex | D1 | EF | FF | 12 | 6 | 0 | 0 | C9 | 64 | 5B |
| Octal | 321 | 357 | 377 | 22 | 6 | 0 | 0 | 311 | 144 | 133 |
| Binary | 11010001 | 11101111 | 11111111 | 10010 | 110 | 0 | 0 | 11001001 | 1100100 | 1011011 |
Color Harmonies of #D1EFFF
Complementary color
Monochromatic Colors of #D1EFFF
Black with #D1EFFF
Text Example
Text Example
White with #D1EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFFF; }
p { color: rgb(209,239,255); }
H1.HeaderClassName
{
color: #D1EFFF;
}
.AnyTagClassName
{
color: #D1EFFF;
}
</style>
background-color css
<style>
a { background-color: #D1EFFF; }
a { background-color: rgb(209,239,255); }
div.DivClassName
{
background-color: #D1EFFF;
}
.BgClassName
{
background-color: #D1EFFF;
}
</style>
border-color css
<style>
span { border-color: #D1EFFF; }
span { border-color: rgb(209,239,255); }
td.TdClassName
{
border-color: #D1EFFF;
}
.TagClassName
{
border-color: #D1EFFF;
}
</style>