Shades of Pattens Blue #D1EAFF
Tints of Pattens Blue #D1EAFF
RGB
CMYK
RGB Variations
Color information
#D1EAFF (or 0xD1EAFF) is known color: Pattens Blue. HEX triplet: D1, EA and FF. RGB value is (209,234,255). Sum of RGB (Red+Green+Blue) = 209+234+255=698 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.94% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAFF is #2E1500. Grayscale: #E4E4E4. Windows color (decimal): -3020033 or 16771793. OLE color: 16771793.
HSL color Cylindrical-coordinate representation of color #D1EAFF: hue angle of 207.39º 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 #D1EAFF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 234 | 255 | - |
| CMYK | 0.18 | 0.08 | 0 | 0 |
| HSL | 207.39º | 1% | 0.91% | - |
| HSV(B) | 207.39º | 0.18% | 1% | - |
| XYZ | 73.77 | 79.62 | 106.09 | - |
| YUV | 228.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 255 | 0.18 | 0.08 | 0 | 0 | 207.39 | 1 | 0.91 |
| Hex | D1 | EA | FF | 12 | 8 | 0 | 0 | CF | 64 | 5B |
| Octal | 321 | 352 | 377 | 22 | 10 | 0 | 0 | 317 | 144 | 133 |
| Binary | 11010001 | 11101010 | 11111111 | 10010 | 1000 | 0 | 0 | 11001111 | 1100100 | 1011011 |
Color Harmonies of #D1EAFF
Complementary color
Monochromatic Colors of #D1EAFF
Black with #D1EAFF
Text Example
Text Example
White with #D1EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EAFF; }
p { color: rgb(209,234,255); }
H1.HeaderClassName
{
color: #D1EAFF;
}
.AnyTagClassName
{
color: #D1EAFF;
}
</style>
background-color css
<style>
a { background-color: #D1EAFF; }
a { background-color: rgb(209,234,255); }
div.DivClassName
{
background-color: #D1EAFF;
}
.BgClassName
{
background-color: #D1EAFF;
}
</style>
border-color css
<style>
span { border-color: #D1EAFF; }
span { border-color: rgb(209,234,255); }
td.TdClassName
{
border-color: #D1EAFF;
}
.TagClassName
{
border-color: #D1EAFF;
}
</style>