Shades of Pattens Blue #CCDDE5
Tints of Pattens Blue #CCDDE5
RGB
CMYK
RGB Variations
Color information
#CCDDE5 (or 0xCCDDE5) is known color: Pattens Blue. HEX triplet: CC, DD and E5. RGB value is (204,221,229). Sum of RGB (Red+Green+Blue) = 204+221+229=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDE5 is #33221A. Grayscale: #D8D8D8. Windows color (decimal): -3351067 or 15064524. OLE color: 15064524.
HSL color Cylindrical-coordinate representation of color #CCDDE5: hue angle of 199.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDDE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 221 | 229 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.10 |
| HSL | 199.2º | 0.32% | 0.85% | - |
| HSV(B) | 199.2º | 0.11% | 0.9% | - |
| XYZ | 64.9 | 70.21 | 84.26 | - |
| YUV | 216.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 229 | 0.11 | 0.03 | 0 | 0.10 | 199.2 | 0.32 | 0.85 |
| Hex | CC | DD | E5 | B | 3 | 0 | A | C7 | 20 | 55 |
| Octal | 314 | 335 | 345 | 13 | 3 | 0 | 12 | 307 | 40 | 125 |
| Binary | 11001100 | 11011101 | 11100101 | 1011 | 11 | 0 | 1010 | 11000111 | 100000 | 1010101 |
Color Harmonies of #CCDDE5
Complementary color
Monochromatic Colors of #CCDDE5
Black with #CCDDE5
Text Example
Text Example
White with #CCDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDE5; }
p { color: rgb(204,221,229); }
H1.HeaderClassName
{
color: #CCDDE5;
}
.AnyTagClassName
{
color: #CCDDE5;
}
</style>
background-color css
<style>
a { background-color: #CCDDE5; }
a { background-color: rgb(204,221,229); }
div.DivClassName
{
background-color: #CCDDE5;
}
.BgClassName
{
background-color: #CCDDE5;
}
</style>
border-color css
<style>
span { border-color: #CCDDE5; }
span { border-color: rgb(204,221,229); }
td.TdClassName
{
border-color: #CCDDE5;
}
.TagClassName
{
border-color: #CCDDE5;
}
</style>