Shades of Pattens Blue #CCE4FE
Tints of Pattens Blue #CCE4FE
RGB
CMYK
RGB Variations
Color information
#CCE4FE (or 0xCCE4FE) is known color: Pattens Blue. HEX triplet: CC, E4 and FE. RGB value is (204,228,254). Sum of RGB (Red+Green+Blue) = 204+228+254=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FE is #331B01. Grayscale: #DFDFDF. Windows color (decimal): -3349250 or 16704716. OLE color: 16704716.
HSL color Cylindrical-coordinate representation of color #CCE4FE: hue angle of 211.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE4FE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 228 | 254 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.00 |
| HSL | 211.2º | 0.96% | 0.9% | - |
| HSV(B) | 211.2º | 0.2% | 1% | - |
| XYZ | 70.53 | 75.48 | 104.62 | - |
| YUV | 223.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 254 | 0.20 | 0.10 | 0 | 0.00 | 211.2 | 0.96 | 0.9 |
| Hex | CC | E4 | FE | 14 | A | 0 | 0 | D3 | 60 | 5A |
| Octal | 314 | 344 | 376 | 24 | 12 | 0 | 0 | 323 | 140 | 132 |
| Binary | 11001100 | 11100100 | 11111110 | 10100 | 1010 | 0 | 0 | 11010011 | 1100000 | 1011010 |
Color Harmonies of #CCE4FE
Complementary color
Monochromatic Colors of #CCE4FE
Black with #CCE4FE
Text Example
Text Example
White with #CCE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4FE; }
p { color: rgb(204,228,254); }
H1.HeaderClassName
{
color: #CCE4FE;
}
.AnyTagClassName
{
color: #CCE4FE;
}
</style>
background-color css
<style>
a { background-color: #CCE4FE; }
a { background-color: rgb(204,228,254); }
div.DivClassName
{
background-color: #CCE4FE;
}
.BgClassName
{
background-color: #CCE4FE;
}
</style>
border-color css
<style>
span { border-color: #CCE4FE; }
span { border-color: rgb(204,228,254); }
td.TdClassName
{
border-color: #CCE4FE;
}
.TagClassName
{
border-color: #CCE4FE;
}
</style>