Shades of Pattens Blue #D1E2ED
Tints of Pattens Blue #D1E2ED
RGB
CMYK
RGB Variations
Color information
#D1E2ED (or 0xD1E2ED) is known color: Pattens Blue. HEX triplet: D1, E2 and ED. RGB value is (209,226,237). Sum of RGB (Red+Green+Blue) = 209+226+237=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E2ED is #2E1D12. Grayscale: #DEDEDE. Windows color (decimal): -3022099 or 15590097. OLE color: 15590097.
HSL color Cylindrical-coordinate representation of color #D1E2ED: hue angle of 203.57º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E2ED is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 226 | 237 | - |
CMYK | 0.12 | 0.05 | 0 | 0.07 |
HSL | 203.57º | 0.44% | 0.87% | - |
HSV(B) | 203.57º | 0.12% | 0.93% | - |
XYZ | 68.78 | 74.06 | 90.79 | - |
YUV | 222.17 | 136.37 | 118.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 226 | 237 | 0.12 | 0.05 | 0 | 0.07 | 203.57 | 0.44 | 0.87 |
Hex | D1 | E2 | ED | C | 5 | 0 | 7 | CC | 2C | 57 |
Octal | 321 | 342 | 355 | 14 | 5 | 0 | 7 | 314 | 54 | 127 |
Binary | 11010001 | 11100010 | 11101101 | 1100 | 101 | 0 | 111 | 11001100 | 101100 | 1010111 |
Color Harmonies of #D1E2ED
Complementary color
Monochromatic Colors of #D1E2ED
Black with #D1E2ED
Text Example
Text Example
White with #D1E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2ED; }
p { color: rgb(209,226,237); }
H1.HeaderClassName
{
color: #D1E2ED;
}
.AnyTagClassName
{
color: #D1E2ED;
}
</style>
background-color css
<style>
a { background-color: #D1E2ED; }
a { background-color: rgb(209,226,237); }
div.DivClassName
{
background-color: #D1E2ED;
}
.BgClassName
{
background-color: #D1E2ED;
}
</style>
border-color css
<style>
span { border-color: #D1E2ED; }
span { border-color: rgb(209,226,237); }
td.TdClassName
{
border-color: #D1E2ED;
}
.TagClassName
{
border-color: #D1E2ED;
}
</style>