Shades of Pattens Blue #CCE3F1
Tints of Pattens Blue #CCE3F1
RGB
CMYK
RGB Variations
Color information
#CCE3F1 (or 0xCCE3F1) is known color: Pattens Blue. HEX triplet: CC, E3 and F1. RGB value is (204,227,241). Sum of RGB (Red+Green+Blue) = 204+227+241=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F1 is #331C0E. Grayscale: #DDDDDD. Windows color (decimal): -3349519 or 15852492. OLE color: 15852492.
HSL color Cylindrical-coordinate representation of color #CCE3F1: hue angle of 202.7º 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 #CCE3F1 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 227 | 241 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.05 |
| HSL | 202.7º | 0.57% | 0.87% | - |
| HSV(B) | 202.7º | 0.15% | 0.95% | - |
| XYZ | 68.25 | 74.13 | 93.93 | - |
| YUV | 221.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 241 | 0.15 | 0.06 | 0 | 0.05 | 202.7 | 0.57 | 0.87 |
| Hex | CC | E3 | F1 | F | 6 | 0 | 5 | CB | 39 | 57 |
| Octal | 314 | 343 | 361 | 17 | 6 | 0 | 5 | 313 | 71 | 127 |
| Binary | 11001100 | 11100011 | 11110001 | 1111 | 110 | 0 | 101 | 11001011 | 111001 | 1010111 |
Color Harmonies of #CCE3F1
Complementary color
Monochromatic Colors of #CCE3F1
Black with #CCE3F1
Text Example
Text Example
White with #CCE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3F1; }
p { color: rgb(204,227,241); }
H1.HeaderClassName
{
color: #CCE3F1;
}
.AnyTagClassName
{
color: #CCE3F1;
}
</style>
background-color css
<style>
a { background-color: #CCE3F1; }
a { background-color: rgb(204,227,241); }
div.DivClassName
{
background-color: #CCE3F1;
}
.BgClassName
{
background-color: #CCE3F1;
}
</style>
border-color css
<style>
span { border-color: #CCE3F1; }
span { border-color: rgb(204,227,241); }
td.TdClassName
{
border-color: #CCE3F1;
}
.TagClassName
{
border-color: #CCE3F1;
}
</style>