Shades of Pattens Blue #D9E6EB
Tints of Pattens Blue #D9E6EB
RGB
CMYK
RGB Variations
Color information
#D9E6EB (or 0xD9E6EB) is known color: Pattens Blue. HEX triplet: D9, E6 and EB. RGB value is (217,230,235). Sum of RGB (Red+Green+Blue) = 217+230+235=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6EB is #261914. Grayscale: #E2E2E2. Windows color (decimal): -2496789 or 15460057. OLE color: 15460057.
HSL color Cylindrical-coordinate representation of color #D9E6EB: hue angle of 196.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E6EB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 230 | 235 | - |
CMYK | 0.08 | 0.02 | 0 | 0.08 |
HSL | 196.67º | 0.31% | 0.89% | - |
HSV(B) | 196.67º | 0.08% | 0.92% | - |
XYZ | 71.91 | 77.34 | 89.74 | - |
YUV | 226.68 | 132.69 | 121.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 230 | 235 | 0.08 | 0.02 | 0 | 0.08 | 196.67 | 0.31 | 0.89 |
Hex | D9 | E6 | EB | 8 | 2 | 0 | 8 | C5 | 1F | 59 |
Octal | 331 | 346 | 353 | 10 | 2 | 0 | 10 | 305 | 37 | 131 |
Binary | 11011001 | 11100110 | 11101011 | 1000 | 10 | 0 | 1000 | 11000101 | 11111 | 1011001 |
Color Harmonies of #D9E6EB
Complementary color
Monochromatic Colors of #D9E6EB
Black with #D9E6EB
Text Example
Text Example
White with #D9E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6EB; }
p { color: rgb(217,230,235); }
H1.HeaderClassName
{
color: #D9E6EB;
}
.AnyTagClassName
{
color: #D9E6EB;
}
</style>
background-color css
<style>
a { background-color: #D9E6EB; }
a { background-color: rgb(217,230,235); }
div.DivClassName
{
background-color: #D9E6EB;
}
.BgClassName
{
background-color: #D9E6EB;
}
</style>
border-color css
<style>
span { border-color: #D9E6EB; }
span { border-color: rgb(217,230,235); }
td.TdClassName
{
border-color: #D9E6EB;
}
.TagClassName
{
border-color: #D9E6EB;
}
</style>