Shades of Pattens Blue #C9DDE9
Tints of Pattens Blue #C9DDE9
RGB
CMYK
RGB Variations
Color information
#C9DDE9 (or 0xC9DDE9) is known color: Pattens Blue. HEX triplet: C9, DD and E9. RGB value is (201,221,233). Sum of RGB (Red+Green+Blue) = 201+221+233=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9DDE9 is #362216. Grayscale: #D8D8D8. Windows color (decimal): -3547671 or 15326665. OLE color: 15326665.
HSL color Cylindrical-coordinate representation of color #C9DDE9: hue angle of 202.5º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9DDE9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 221 | 233 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.09 |
| HSL | 202.5º | 0.42% | 0.85% | - |
| HSV(B) | 202.5º | 0.14% | 0.91% | - |
| XYZ | 64.65 | 70.01 | 87.2 | - |
| YUV | 216.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 233 | 0.14 | 0.05 | 0 | 0.09 | 202.5 | 0.42 | 0.85 |
| Hex | C9 | DD | E9 | E | 5 | 0 | 9 | CA | 2A | 55 |
| Octal | 311 | 335 | 351 | 16 | 5 | 0 | 11 | 312 | 52 | 125 |
| Binary | 11001001 | 11011101 | 11101001 | 1110 | 101 | 0 | 1001 | 11001010 | 101010 | 1010101 |
Color Harmonies of #C9DDE9
Complementary color
Monochromatic Colors of #C9DDE9
Black with #C9DDE9
Text Example
Text Example
White with #C9DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDE9; }
p { color: rgb(201,221,233); }
H1.HeaderClassName
{
color: #C9DDE9;
}
.AnyTagClassName
{
color: #C9DDE9;
}
</style>
background-color css
<style>
a { background-color: #C9DDE9; }
a { background-color: rgb(201,221,233); }
div.DivClassName
{
background-color: #C9DDE9;
}
.BgClassName
{
background-color: #C9DDE9;
}
</style>
border-color css
<style>
span { border-color: #C9DDE9; }
span { border-color: rgb(201,221,233); }
td.TdClassName
{
border-color: #C9DDE9;
}
.TagClassName
{
border-color: #C9DDE9;
}
</style>