Shades of Pattens Blue #D9E6E9
Tints of Pattens Blue #D9E6E9
RGB
CMYK
RGB Variations
Color information
#D9E6E9 (or 0xD9E6E9) is known color: Pattens Blue. HEX triplet: D9, E6 and E9. RGB value is (217,230,233). Sum of RGB (Red+Green+Blue) = 217+230+233=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9E6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6E9 is #261916. Grayscale: #E2E2E2. Windows color (decimal): -2496791 or 15328985. OLE color: 15328985.
HSL color Cylindrical-coordinate representation of color #D9E6E9: hue angle of 191.25º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E6E9 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 230 | 233 | - |
CMYK | 0.07 | 0.01 | 0 | 0.09 |
HSL | 191.25º | 0.27% | 0.88% | - |
HSV(B) | 191.25º | 0.07% | 0.91% | - |
XYZ | 71.62 | 77.23 | 88.22 | - |
YUV | 226.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 233 | 0.07 | 0.01 | 0 | 0.09 | 191.25 | 0.27 | 0.88 |
Hex | D9 | E6 | E9 | 7 | 1 | 0 | 9 | BF | 1B | 58 |
Octal | 331 | 346 | 351 | 7 | 1 | 0 | 11 | 277 | 33 | 130 |
Binary | 11011001 | 11100110 | 11101001 | 111 | 1 | 0 | 1001 | 10111111 | 11011 | 1011000 |
Color Harmonies of #D9E6E9
Complementary color
Monochromatic Colors of #D9E6E9
Black with #D9E6E9
Text Example
Text Example
White with #D9E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6E9; }
p { color: rgb(217,230,233); }
H1.HeaderClassName
{
color: #D9E6E9;
}
.AnyTagClassName
{
color: #D9E6E9;
}
</style>
background-color css
<style>
a { background-color: #D9E6E9; }
a { background-color: rgb(217,230,233); }
div.DivClassName
{
background-color: #D9E6E9;
}
.BgClassName
{
background-color: #D9E6E9;
}
</style>
border-color css
<style>
span { border-color: #D9E6E9; }
span { border-color: rgb(217,230,233); }
td.TdClassName
{
border-color: #D9E6E9;
}
.TagClassName
{
border-color: #D9E6E9;
}
</style>