Shades of Pattens Blue #CCE8FA
Tints of Pattens Blue #CCE8FA
RGB
CMYK
RGB Variations
Color information
#CCE8FA (or 0xCCE8FA) is known color: Pattens Blue. HEX triplet: CC, E8 and FA. RGB value is (204,232,250). Sum of RGB (Red+Green+Blue) = 204+232+250=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FA is #331705. Grayscale: #E1E1E1. Windows color (decimal): -3348230 or 16443596. OLE color: 16443596.
HSL color Cylindrical-coordinate representation of color #CCE8FA: hue angle of 203.48º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE8FA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 232 | 250 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.02 |
| HSL | 203.48º | 0.82% | 0.89% | - |
| HSV(B) | 203.48º | 0.18% | 0.98% | - |
| XYZ | 71.01 | 77.45 | 101.65 | - |
| YUV | 225.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 250 | 0.18 | 0.07 | 0 | 0.02 | 203.48 | 0.82 | 0.89 |
| Hex | CC | E8 | FA | 12 | 7 | 0 | 2 | CB | 52 | 59 |
| Octal | 314 | 350 | 372 | 22 | 7 | 0 | 2 | 313 | 122 | 131 |
| Binary | 11001100 | 11101000 | 11111010 | 10010 | 111 | 0 | 10 | 11001011 | 1010010 | 1011001 |
Color Harmonies of #CCE8FA
Complementary color
Monochromatic Colors of #CCE8FA
Black with #CCE8FA
Text Example
Text Example
White with #CCE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8FA; }
p { color: rgb(204,232,250); }
H1.HeaderClassName
{
color: #CCE8FA;
}
.AnyTagClassName
{
color: #CCE8FA;
}
</style>
background-color css
<style>
a { background-color: #CCE8FA; }
a { background-color: rgb(204,232,250); }
div.DivClassName
{
background-color: #CCE8FA;
}
.BgClassName
{
background-color: #CCE8FA;
}
</style>
border-color css
<style>
span { border-color: #CCE8FA; }
span { border-color: rgb(204,232,250); }
td.TdClassName
{
border-color: #CCE8FA;
}
.TagClassName
{
border-color: #CCE8FA;
}
</style>