Shades of Pattens Blue #CCECF6
Tints of Pattens Blue #CCECF6
RGB
CMYK
RGB Variations
Color information
#CCECF6 (or 0xCCECF6) is known color: Pattens Blue. HEX triplet: CC, EC and F6. RGB value is (204,236,246). Sum of RGB (Red+Green+Blue) = 204+236+246=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF6 is #331309. Grayscale: #E3E3E3. Windows color (decimal): -3347210 or 16182476. OLE color: 16182476.
HSL color Cylindrical-coordinate representation of color #CCECF6: hue angle of 194.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCECF6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 236 | 246 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.04 |
| HSL | 194.29º | 0.7% | 0.88% | - |
| HSV(B) | 194.29º | 0.17% | 0.96% | - |
| XYZ | 71.53 | 79.48 | 98.76 | - |
| YUV | 227.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 246 | 0.17 | 0.04 | 0 | 0.04 | 194.29 | 0.7 | 0.88 |
| Hex | CC | EC | F6 | 11 | 4 | 0 | 4 | C2 | 46 | 58 |
| Octal | 314 | 354 | 366 | 21 | 4 | 0 | 4 | 302 | 106 | 130 |
| Binary | 11001100 | 11101100 | 11110110 | 10001 | 100 | 0 | 100 | 11000010 | 1000110 | 1011000 |
Color Harmonies of #CCECF6
Complementary color
Monochromatic Colors of #CCECF6
Black with #CCECF6
Text Example
Text Example
White with #CCECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECF6; }
p { color: rgb(204,236,246); }
H1.HeaderClassName
{
color: #CCECF6;
}
.AnyTagClassName
{
color: #CCECF6;
}
</style>
background-color css
<style>
a { background-color: #CCECF6; }
a { background-color: rgb(204,236,246); }
div.DivClassName
{
background-color: #CCECF6;
}
.BgClassName
{
background-color: #CCECF6;
}
</style>
border-color css
<style>
span { border-color: #CCECF6; }
span { border-color: rgb(204,236,246); }
td.TdClassName
{
border-color: #CCECF6;
}
.TagClassName
{
border-color: #CCECF6;
}
</style>