Shades of Pattens Blue #D1E4ED
Tints of Pattens Blue #D1E4ED
RGB
CMYK
RGB Variations
Color information
#D1E4ED (or 0xD1E4ED) is known color: Pattens Blue. HEX triplet: D1, E4 and ED. RGB value is (209,228,237). Sum of RGB (Red+Green+Blue) = 209+228+237=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E4ED is #2E1B12. Grayscale: #DFDFDF. Windows color (decimal): -3021587 or 15590609. OLE color: 15590609.
HSL color Cylindrical-coordinate representation of color #D1E4ED: hue angle of 199.29º 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 #D1E4ED is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 228 | 237 | - |
CMYK | 0.12 | 0.04 | 0 | 0.07 |
HSL | 199.29º | 0.44% | 0.87% | - |
HSV(B) | 199.29º | 0.12% | 0.93% | - |
XYZ | 69.32 | 75.16 | 90.97 | - |
YUV | 223.35 | 135.71 | 117.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 228 | 237 | 0.12 | 0.04 | 0 | 0.07 | 199.29 | 0.44 | 0.87 |
Hex | D1 | E4 | ED | C | 4 | 0 | 7 | C7 | 2C | 57 |
Octal | 321 | 344 | 355 | 14 | 4 | 0 | 7 | 307 | 54 | 127 |
Binary | 11010001 | 11100100 | 11101101 | 1100 | 100 | 0 | 111 | 11000111 | 101100 | 1010111 |
Color Harmonies of #D1E4ED
Complementary color
Monochromatic Colors of #D1E4ED
Black with #D1E4ED
Text Example
Text Example
White with #D1E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4ED; }
p { color: rgb(209,228,237); }
H1.HeaderClassName
{
color: #D1E4ED;
}
.AnyTagClassName
{
color: #D1E4ED;
}
</style>
background-color css
<style>
a { background-color: #D1E4ED; }
a { background-color: rgb(209,228,237); }
div.DivClassName
{
background-color: #D1E4ED;
}
.BgClassName
{
background-color: #D1E4ED;
}
</style>
border-color css
<style>
span { border-color: #D1E4ED; }
span { border-color: rgb(209,228,237); }
td.TdClassName
{
border-color: #D1E4ED;
}
.TagClassName
{
border-color: #D1E4ED;
}
</style>