Shades of Pattens Blue #CCE5FE
Tints of Pattens Blue #CCE5FE
RGB
CMYK
RGB Variations
Color information
#CCE5FE (or 0xCCE5FE) is known color: Pattens Blue. HEX triplet: CC, E5 and FE. RGB value is (204,229,254). Sum of RGB (Red+Green+Blue) = 204+229+254=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FE is #331A01. Grayscale: #E0E0E0. Windows color (decimal): -3348994 or 16704972. OLE color: 16704972.
HSL color Cylindrical-coordinate representation of color #CCE5FE: hue angle of 210º 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 #CCE5FE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 229 | 254 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.00 |
| HSL | 210º | 0.96% | 0.9% | - |
| HSV(B) | 210º | 0.2% | 1% | - |
| XYZ | 70.81 | 76.03 | 104.71 | - |
| YUV | 224.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 254 | 0.20 | 0.10 | 0 | 0.00 | 210 | 0.96 | 0.9 |
| Hex | CC | E5 | FE | 14 | A | 0 | 0 | D2 | 60 | 5A |
| Octal | 314 | 345 | 376 | 24 | 12 | 0 | 0 | 322 | 140 | 132 |
| Binary | 11001100 | 11100101 | 11111110 | 10100 | 1010 | 0 | 0 | 11010010 | 1100000 | 1011010 |
Color Harmonies of #CCE5FE
Complementary color
Monochromatic Colors of #CCE5FE
Black with #CCE5FE
Text Example
Text Example
White with #CCE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5FE; }
p { color: rgb(204,229,254); }
H1.HeaderClassName
{
color: #CCE5FE;
}
.AnyTagClassName
{
color: #CCE5FE;
}
</style>
background-color css
<style>
a { background-color: #CCE5FE; }
a { background-color: rgb(204,229,254); }
div.DivClassName
{
background-color: #CCE5FE;
}
.BgClassName
{
background-color: #CCE5FE;
}
</style>
border-color css
<style>
span { border-color: #CCE5FE; }
span { border-color: rgb(204,229,254); }
td.TdClassName
{
border-color: #CCE5FE;
}
.TagClassName
{
border-color: #CCE5FE;
}
</style>