Shades of Pattens Blue #CCDBE2
Tints of Pattens Blue #CCDBE2
RGB
CMYK
RGB Variations
Color information
#CCDBE2 (or 0xCCDBE2) is known color: Pattens Blue. HEX triplet: CC, DB and E2. RGB value is (204,219,226). Sum of RGB (Red+Green+Blue) = 204+219+226=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBE2 is #33241D. Grayscale: #D7D7D7. Windows color (decimal): -3351582 or 14867404. OLE color: 14867404.
HSL color Cylindrical-coordinate representation of color #CCDBE2: hue angle of 199.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDBE2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 219 | 226 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.11 |
| HSL | 199.09º | 0.28% | 0.84% | - |
| HSV(B) | 199.09º | 0.1% | 0.89% | - |
| XYZ | 63.96 | 68.99 | 81.9 | - |
| YUV | 215.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 226 | 0.10 | 0.03 | 0 | 0.11 | 199.09 | 0.28 | 0.84 |
| Hex | CC | DB | E2 | A | 3 | 0 | B | C7 | 1C | 54 |
| Octal | 314 | 333 | 342 | 12 | 3 | 0 | 13 | 307 | 34 | 124 |
| Binary | 11001100 | 11011011 | 11100010 | 1010 | 11 | 0 | 1011 | 11000111 | 11100 | 1010100 |
Color Harmonies of #CCDBE2
Complementary color
Monochromatic Colors of #CCDBE2
Black with #CCDBE2
Text Example
Text Example
White with #CCDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBE2; }
p { color: rgb(204,219,226); }
H1.HeaderClassName
{
color: #CCDBE2;
}
.AnyTagClassName
{
color: #CCDBE2;
}
</style>
background-color css
<style>
a { background-color: #CCDBE2; }
a { background-color: rgb(204,219,226); }
div.DivClassName
{
background-color: #CCDBE2;
}
.BgClassName
{
background-color: #CCDBE2;
}
</style>
border-color css
<style>
span { border-color: #CCDBE2; }
span { border-color: rgb(204,219,226); }
td.TdClassName
{
border-color: #CCDBE2;
}
.TagClassName
{
border-color: #CCDBE2;
}
</style>