Shades of Pattens Blue #CCE5F1
Tints of Pattens Blue #CCE5F1
RGB
CMYK
RGB Variations
Color information
#CCE5F1 (or 0xCCE5F1) is known color: Pattens Blue. HEX triplet: CC, E5 and F1. RGB value is (204,229,241). Sum of RGB (Red+Green+Blue) = 204+229+241=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5F1 is #331A0E. Grayscale: #DEDEDE. Windows color (decimal): -3349007 or 15853004. OLE color: 15853004.
HSL color Cylindrical-coordinate representation of color #CCE5F1: hue angle of 199.46º 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 #CCE5F1 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 229 | 241 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 199.46º | 0.57% | 0.87% | - |
| HSV(B) | 199.46º | 0.15% | 0.95% | - |
| XYZ | 68.8 | 75.23 | 94.11 | - |
| YUV | 222.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 241 | 0.15 | 0.05 | 0 | 0.05 | 199.46 | 0.57 | 0.87 |
| Hex | CC | E5 | F1 | F | 5 | 0 | 5 | C7 | 39 | 57 |
| Octal | 314 | 345 | 361 | 17 | 5 | 0 | 5 | 307 | 71 | 127 |
| Binary | 11001100 | 11100101 | 11110001 | 1111 | 101 | 0 | 101 | 11000111 | 111001 | 1010111 |
Color Harmonies of #CCE5F1
Complementary color
Monochromatic Colors of #CCE5F1
Black with #CCE5F1
Text Example
Text Example
White with #CCE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5F1; }
p { color: rgb(204,229,241); }
H1.HeaderClassName
{
color: #CCE5F1;
}
.AnyTagClassName
{
color: #CCE5F1;
}
</style>
background-color css
<style>
a { background-color: #CCE5F1; }
a { background-color: rgb(204,229,241); }
div.DivClassName
{
background-color: #CCE5F1;
}
.BgClassName
{
background-color: #CCE5F1;
}
</style>
border-color css
<style>
span { border-color: #CCE5F1; }
span { border-color: rgb(204,229,241); }
td.TdClassName
{
border-color: #CCE5F1;
}
.TagClassName
{
border-color: #CCE5F1;
}
</style>