Shades of Pattens Blue #CCE8F1
Tints of Pattens Blue #CCE8F1
RGB
CMYK
RGB Variations
Color information
#CCE8F1 (or 0xCCE8F1) is known color: Pattens Blue. HEX triplet: CC, E8 and F1. RGB value is (204,232,241). Sum of RGB (Red+Green+Blue) = 204+232+241=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F1 is #33170E. Grayscale: #E0E0E0. Windows color (decimal): -3348239 or 15853772. OLE color: 15853772.
HSL color Cylindrical-coordinate representation of color #CCE8F1: hue angle of 194.59º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE8F1 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 232 | 241 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 194.59º | 0.57% | 0.87% | - |
| HSV(B) | 194.59º | 0.15% | 0.95% | - |
| XYZ | 69.64 | 76.9 | 94.39 | - |
| YUV | 224.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 241 | 0.15 | 0.04 | 0 | 0.05 | 194.59 | 0.57 | 0.87 |
| Hex | CC | E8 | F1 | F | 4 | 0 | 5 | C3 | 39 | 57 |
| Octal | 314 | 350 | 361 | 17 | 4 | 0 | 5 | 303 | 71 | 127 |
| Binary | 11001100 | 11101000 | 11110001 | 1111 | 100 | 0 | 101 | 11000011 | 111001 | 1010111 |
Color Harmonies of #CCE8F1
Complementary color
Monochromatic Colors of #CCE8F1
Black with #CCE8F1
Text Example
Text Example
White with #CCE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8F1; }
p { color: rgb(204,232,241); }
H1.HeaderClassName
{
color: #CCE8F1;
}
.AnyTagClassName
{
color: #CCE8F1;
}
</style>
background-color css
<style>
a { background-color: #CCE8F1; }
a { background-color: rgb(204,232,241); }
div.DivClassName
{
background-color: #CCE8F1;
}
.BgClassName
{
background-color: #CCE8F1;
}
</style>
border-color css
<style>
span { border-color: #CCE8F1; }
span { border-color: rgb(204,232,241); }
td.TdClassName
{
border-color: #CCE8F1;
}
.TagClassName
{
border-color: #CCE8F1;
}
</style>