Shades of Pattens Blue #CCE3F0
Tints of Pattens Blue #CCE3F0
RGB
CMYK
RGB Variations
Color information
#CCE3F0 (or 0xCCE3F0) is known color: Pattens Blue. HEX triplet: CC, E3 and F0. RGB value is (204,227,240). Sum of RGB (Red+Green+Blue) = 204+227+240=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F0 is #331C0F. Grayscale: #DDDDDD. Windows color (decimal): -3349520 or 15786956. OLE color: 15786956.
HSL color Cylindrical-coordinate representation of color #CCE3F0: hue angle of 201.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE3F0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 227 | 240 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 201.67º | 0.55% | 0.87% | - |
| HSV(B) | 201.67º | 0.15% | 0.94% | - |
| XYZ | 68.1 | 74.07 | 93.15 | - |
| YUV | 221.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 240 | 0.15 | 0.05 | 0 | 0.06 | 201.67 | 0.55 | 0.87 |
| Hex | CC | E3 | F0 | F | 5 | 0 | 6 | CA | 37 | 57 |
| Octal | 314 | 343 | 360 | 17 | 5 | 0 | 6 | 312 | 67 | 127 |
| Binary | 11001100 | 11100011 | 11110000 | 1111 | 101 | 0 | 110 | 11001010 | 110111 | 1010111 |
Color Harmonies of #CCE3F0
Complementary color
Monochromatic Colors of #CCE3F0
Black with #CCE3F0
Text Example
Text Example
White with #CCE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3F0; }
p { color: rgb(204,227,240); }
H1.HeaderClassName
{
color: #CCE3F0;
}
.AnyTagClassName
{
color: #CCE3F0;
}
</style>
background-color css
<style>
a { background-color: #CCE3F0; }
a { background-color: rgb(204,227,240); }
div.DivClassName
{
background-color: #CCE3F0;
}
.BgClassName
{
background-color: #CCE3F0;
}
</style>
border-color css
<style>
span { border-color: #CCE3F0; }
span { border-color: rgb(204,227,240); }
td.TdClassName
{
border-color: #CCE3F0;
}
.TagClassName
{
border-color: #CCE3F0;
}
</style>