Shades of Pattens Blue #D9EAFD
Tints of Pattens Blue #D9EAFD
RGB
CMYK
RGB Variations
Color information
#D9EAFD (or 0xD9EAFD) is known color: Pattens Blue. HEX triplet: D9, EA and FD. RGB value is (217,234,253). Sum of RGB (Red+Green+Blue) = 217+234+253=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAFD is #261502. Grayscale: #E6E6E6. Windows color (decimal): -2495747 or 16640729. OLE color: 16640729.
HSL color Cylindrical-coordinate representation of color #D9EAFD: hue angle of 211.67º 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 #D9EAFD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 234 | 253 | - |
CMYK | 0.14 | 0.08 | 0 | 0.01 |
HSL | 211.67º | 0.9% | 0.92% | - |
HSV(B) | 211.67º | 0.14% | 0.99% | - |
XYZ | 75.77 | 80.69 | 104.51 | - |
YUV | 231.08 | 140.37 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 234 | 253 | 0.14 | 0.08 | 0 | 0.01 | 211.67 | 0.9 | 0.92 |
Hex | D9 | EA | FD | E | 8 | 0 | 1 | D4 | 5A | 5C |
Octal | 331 | 352 | 375 | 16 | 10 | 0 | 1 | 324 | 132 | 134 |
Binary | 11011001 | 11101010 | 11111101 | 1110 | 1000 | 0 | 1 | 11010100 | 1011010 | 1011100 |
Color Harmonies of #D9EAFD
Complementary color
Monochromatic Colors of #D9EAFD
Black with #D9EAFD
Text Example
Text Example
White with #D9EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAFD; }
p { color: rgb(217,234,253); }
H1.HeaderClassName
{
color: #D9EAFD;
}
.AnyTagClassName
{
color: #D9EAFD;
}
</style>
background-color css
<style>
a { background-color: #D9EAFD; }
a { background-color: rgb(217,234,253); }
div.DivClassName
{
background-color: #D9EAFD;
}
.BgClassName
{
background-color: #D9EAFD;
}
</style>
border-color css
<style>
span { border-color: #D9EAFD; }
span { border-color: rgb(217,234,253); }
td.TdClassName
{
border-color: #D9EAFD;
}
.TagClassName
{
border-color: #D9EAFD;
}
</style>