Shades of Pattens Blue #D9EEFD
Tints of Pattens Blue #D9EEFD
RGB
CMYK
RGB Variations
Color information
#D9EEFD (or 0xD9EEFD) is known color: Pattens Blue. HEX triplet: D9, EE and FD. RGB value is (217,238,253). Sum of RGB (Red+Green+Blue) = 217+238+253=708 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.65% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEFD is #261102. Grayscale: #E9E9E9. Windows color (decimal): -2494723 or 16641753. OLE color: 16641753.
HSL color Cylindrical-coordinate representation of color #D9EEFD: hue angle of 205º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9EEFD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 238 | 253 | - |
CMYK | 0.14 | 0.06 | 0 | 0.01 |
HSL | 205º | 0.9% | 0.92% | - |
HSV(B) | 205º | 0.14% | 0.99% | - |
XYZ | 76.92 | 82.99 | 104.89 | - |
YUV | 233.43 | 139.04 | 116.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 238 | 253 | 0.14 | 0.06 | 0 | 0.01 | 205 | 0.9 | 0.92 |
Hex | D9 | EE | FD | E | 6 | 0 | 1 | CD | 5A | 5C |
Octal | 331 | 356 | 375 | 16 | 6 | 0 | 1 | 315 | 132 | 134 |
Binary | 11011001 | 11101110 | 11111101 | 1110 | 110 | 0 | 1 | 11001101 | 1011010 | 1011100 |
Color Harmonies of #D9EEFD
Complementary color
Monochromatic Colors of #D9EEFD
Black with #D9EEFD
Text Example
Text Example
White with #D9EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEFD; }
p { color: rgb(217,238,253); }
H1.HeaderClassName
{
color: #D9EEFD;
}
.AnyTagClassName
{
color: #D9EEFD;
}
</style>
background-color css
<style>
a { background-color: #D9EEFD; }
a { background-color: rgb(217,238,253); }
div.DivClassName
{
background-color: #D9EEFD;
}
.BgClassName
{
background-color: #D9EEFD;
}
</style>
border-color css
<style>
span { border-color: #D9EEFD; }
span { border-color: rgb(217,238,253); }
td.TdClassName
{
border-color: #D9EEFD;
}
.TagClassName
{
border-color: #D9EEFD;
}
</style>