Shades of Pattens Blue #D1EFFE
Tints of Pattens Blue #D1EFFE
RGB
CMYK
RGB Variations
Color information
#D1EFFE (or 0xD1EFFE) is known color: Pattens Blue. HEX triplet: D1, EF and FE. RGB value is (209,239,254). Sum of RGB (Red+Green+Blue) = 209+239+254=702 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.77% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFFE is #2E1001. Grayscale: #E7E7E7. Windows color (decimal): -3018754 or 16707537. OLE color: 16707537.
HSL color Cylindrical-coordinate representation of color #D1EFFE: hue angle of 200º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1EFFE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 239 | 254 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.00 |
| HSL | 200º | 0.96% | 0.91% | - |
| HSV(B) | 200º | 0.18% | 1% | - |
| XYZ | 75.05 | 82.44 | 105.72 | - |
| YUV | 231.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 254 | 0.18 | 0.06 | 0 | 0.00 | 200 | 0.96 | 0.91 |
| Hex | D1 | EF | FE | 12 | 6 | 0 | 0 | C8 | 60 | 5B |
| Octal | 321 | 357 | 376 | 22 | 6 | 0 | 0 | 310 | 140 | 133 |
| Binary | 11010001 | 11101111 | 11111110 | 10010 | 110 | 0 | 0 | 11001000 | 1100000 | 1011011 |
Color Harmonies of #D1EFFE
Complementary color
Monochromatic Colors of #D1EFFE
Black with #D1EFFE
Text Example
Text Example
White with #D1EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFFE; }
p { color: rgb(209,239,254); }
H1.HeaderClassName
{
color: #D1EFFE;
}
.AnyTagClassName
{
color: #D1EFFE;
}
</style>
background-color css
<style>
a { background-color: #D1EFFE; }
a { background-color: rgb(209,239,254); }
div.DivClassName
{
background-color: #D1EFFE;
}
.BgClassName
{
background-color: #D1EFFE;
}
</style>
border-color css
<style>
span { border-color: #D1EFFE; }
span { border-color: rgb(209,239,254); }
td.TdClassName
{
border-color: #D1EFFE;
}
.TagClassName
{
border-color: #D1EFFE;
}
</style>