Shades of Pattens Blue #C9D8E1
Tints of Pattens Blue #C9D8E1
RGB
CMYK
RGB Variations
Color information
#C9D8E1 (or 0xC9D8E1) is known color: Pattens Blue. HEX triplet: C9, D8 and E1. RGB value is (201,216,225). Sum of RGB (Red+Green+Blue) = 201+216+225=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9D8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8E1 is #36271E. Grayscale: #D4D4D4. Windows color (decimal): -3548959 or 14801097. OLE color: 14801097.
HSL color Cylindrical-coordinate representation of color #C9D8E1: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9D8E1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 216 | 225 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.12 |
| HSL | 202.5º | 0.29% | 0.84% | - |
| HSV(B) | 202.5º | 0.11% | 0.88% | - |
| XYZ | 62.23 | 66.97 | 80.88 | - |
| YUV | 212.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 225 | 0.11 | 0.04 | 0 | 0.12 | 202.5 | 0.29 | 0.84 |
| Hex | C9 | D8 | E1 | B | 4 | 0 | C | CA | 1D | 54 |
| Octal | 311 | 330 | 341 | 13 | 4 | 0 | 14 | 312 | 35 | 124 |
| Binary | 11001001 | 11011000 | 11100001 | 1011 | 100 | 0 | 1100 | 11001010 | 11101 | 1010100 |
Color Harmonies of #C9D8E1
Complementary color
Monochromatic Colors of #C9D8E1
Black with #C9D8E1
Text Example
Text Example
White with #C9D8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8E1; }
p { color: rgb(201,216,225); }
H1.HeaderClassName
{
color: #C9D8E1;
}
.AnyTagClassName
{
color: #C9D8E1;
}
</style>
background-color css
<style>
a { background-color: #C9D8E1; }
a { background-color: rgb(201,216,225); }
div.DivClassName
{
background-color: #C9D8E1;
}
.BgClassName
{
background-color: #C9D8E1;
}
</style>
border-color css
<style>
span { border-color: #C9D8E1; }
span { border-color: rgb(201,216,225); }
td.TdClassName
{
border-color: #C9D8E1;
}
.TagClassName
{
border-color: #C9D8E1;
}
</style>