Shades of Pattens Blue #CCE8F4
Tints of Pattens Blue #CCE8F4
RGB
CMYK
RGB Variations
Color information
#CCE8F4 (or 0xCCE8F4) is known color: Pattens Blue. HEX triplet: CC, E8 and F4. RGB value is (204,232,244). Sum of RGB (Red+Green+Blue) = 204+232+244=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F4 is #33170B. Grayscale: #E0E0E0. Windows color (decimal): -3348236 or 16050380. OLE color: 16050380.
HSL color Cylindrical-coordinate representation of color #CCE8F4: hue angle of 198º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE8F4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 232 | 244 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 198º | 0.65% | 0.88% | - |
| HSV(B) | 198º | 0.16% | 0.96% | - |
| XYZ | 70.09 | 77.08 | 96.77 | - |
| YUV | 225 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 244 | 0.16 | 0.05 | 0 | 0.04 | 198 | 0.65 | 0.88 |
| Hex | CC | E8 | F4 | 10 | 5 | 0 | 4 | C6 | 41 | 58 |
| Octal | 314 | 350 | 364 | 20 | 5 | 0 | 4 | 306 | 101 | 130 |
| Binary | 11001100 | 11101000 | 11110100 | 10000 | 101 | 0 | 100 | 11000110 | 1000001 | 1011000 |
Color Harmonies of #CCE8F4
Complementary color
Monochromatic Colors of #CCE8F4
Black with #CCE8F4
Text Example
Text Example
White with #CCE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8F4; }
p { color: rgb(204,232,244); }
H1.HeaderClassName
{
color: #CCE8F4;
}
.AnyTagClassName
{
color: #CCE8F4;
}
</style>
background-color css
<style>
a { background-color: #CCE8F4; }
a { background-color: rgb(204,232,244); }
div.DivClassName
{
background-color: #CCE8F4;
}
.BgClassName
{
background-color: #CCE8F4;
}
</style>
border-color css
<style>
span { border-color: #CCE8F4; }
span { border-color: rgb(204,232,244); }
td.TdClassName
{
border-color: #CCE8F4;
}
.TagClassName
{
border-color: #CCE8F4;
}
</style>