Shades of Pattens Blue #D9E4ED
Tints of Pattens Blue #D9E4ED
RGB
CMYK
RGB Variations
Color information
#D9E4ED (or 0xD9E4ED) is known color: Pattens Blue. HEX triplet: D9, E4 and ED. RGB value is (217,228,237). Sum of RGB (Red+Green+Blue) = 217+228+237=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E4ED is #261B12. Grayscale: #E1E1E1. Windows color (decimal): -2497299 or 15590617. OLE color: 15590617.
HSL color Cylindrical-coordinate representation of color #D9E4ED: hue angle of 207º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E4ED is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 228 | 237 | - |
CMYK | 0.08 | 0.04 | 0 | 0.07 |
HSL | 207º | 0.36% | 0.89% | - |
HSV(B) | 207º | 0.08% | 0.93% | - |
XYZ | 71.64 | 76.35 | 91.08 | - |
YUV | 225.74 | 134.36 | 121.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 228 | 237 | 0.08 | 0.04 | 0 | 0.07 | 207 | 0.36 | 0.89 |
Hex | D9 | E4 | ED | 8 | 4 | 0 | 7 | CF | 24 | 59 |
Octal | 331 | 344 | 355 | 10 | 4 | 0 | 7 | 317 | 44 | 131 |
Binary | 11011001 | 11100100 | 11101101 | 1000 | 100 | 0 | 111 | 11001111 | 100100 | 1011001 |
Color Harmonies of #D9E4ED
Complementary color
Monochromatic Colors of #D9E4ED
Black with #D9E4ED
Text Example
Text Example
White with #D9E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4ED; }
p { color: rgb(217,228,237); }
H1.HeaderClassName
{
color: #D9E4ED;
}
.AnyTagClassName
{
color: #D9E4ED;
}
</style>
background-color css
<style>
a { background-color: #D9E4ED; }
a { background-color: rgb(217,228,237); }
div.DivClassName
{
background-color: #D9E4ED;
}
.BgClassName
{
background-color: #D9E4ED;
}
</style>
border-color css
<style>
span { border-color: #D9E4ED; }
span { border-color: rgb(217,228,237); }
td.TdClassName
{
border-color: #D9E4ED;
}
.TagClassName
{
border-color: #D9E4ED;
}
</style>