Shades of Pattens Blue #CCD9E1
Tints of Pattens Blue #CCD9E1
RGB
CMYK
RGB Variations
Color information
#CCD9E1 (or 0xCCD9E1) is known color: Pattens Blue. HEX triplet: CC, D9 and E1. RGB value is (204,217,225). Sum of RGB (Red+Green+Blue) = 204+217+225=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9E1 is #33261E. Grayscale: #D5D5D5. Windows color (decimal): -3352095 or 14801356. OLE color: 14801356.
HSL color Cylindrical-coordinate representation of color #CCD9E1: hue angle of 202.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD9E1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 217 | 225 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.12 |
| HSL | 202.86º | 0.26% | 0.84% | - |
| HSV(B) | 202.86º | 0.09% | 0.88% | - |
| XYZ | 63.31 | 67.9 | 81 | - |
| YUV | 214.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 225 | 0.09 | 0.04 | 0 | 0.12 | 202.86 | 0.26 | 0.84 |
| Hex | CC | D9 | E1 | 9 | 4 | 0 | C | CB | 1A | 54 |
| Octal | 314 | 331 | 341 | 11 | 4 | 0 | 14 | 313 | 32 | 124 |
| Binary | 11001100 | 11011001 | 11100001 | 1001 | 100 | 0 | 1100 | 11001011 | 11010 | 1010100 |
Color Harmonies of #CCD9E1
Complementary color
Monochromatic Colors of #CCD9E1
Black with #CCD9E1
Text Example
Text Example
White with #CCD9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9E1; }
p { color: rgb(204,217,225); }
H1.HeaderClassName
{
color: #CCD9E1;
}
.AnyTagClassName
{
color: #CCD9E1;
}
</style>
background-color css
<style>
a { background-color: #CCD9E1; }
a { background-color: rgb(204,217,225); }
div.DivClassName
{
background-color: #CCD9E1;
}
.BgClassName
{
background-color: #CCD9E1;
}
</style>
border-color css
<style>
span { border-color: #CCD9E1; }
span { border-color: rgb(204,217,225); }
td.TdClassName
{
border-color: #CCD9E1;
}
.TagClassName
{
border-color: #CCD9E1;
}
</style>