Shades of Pattens Blue #CCE4FF
Tints of Pattens Blue #CCE4FF
RGB
CMYK
RGB Variations
Color information
#CCE4FF (or 0xCCE4FF) is known color: Pattens Blue. HEX triplet: CC, E4 and FF. RGB value is (204,228,255). Sum of RGB (Red+Green+Blue) = 204+228+255=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FF is #331B00. Grayscale: #DFDFDF. Windows color (decimal): -3349249 or 16770252. OLE color: 16770252.
HSL color Cylindrical-coordinate representation of color #CCE4FF: hue angle of 211.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE4FF is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 228 | 255 | - |
| CMYK | 0.2 | 0.11 | 0 | 0 |
| HSL | 211.76º | 1% | 0.9% | - |
| HSV(B) | 211.76º | 0.2% | 1% | - |
| XYZ | 70.7 | 75.54 | 105.46 | - |
| YUV | 223.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 255 | 0.2 | 0.11 | 0 | 0 | 211.76 | 1 | 0.9 |
| Hex | CC | E4 | FF | 14 | B | 0 | 0 | D4 | 64 | 5A |
| Octal | 314 | 344 | 377 | 24 | 13 | 0 | 0 | 324 | 144 | 132 |
| Binary | 11001100 | 11100100 | 11111111 | 10100 | 1011 | 0 | 0 | 11010100 | 1100100 | 1011010 |
Color Harmonies of #CCE4FF
Complementary color
Monochromatic Colors of #CCE4FF
Black with #CCE4FF
Text Example
Text Example
White with #CCE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4FF; }
p { color: rgb(204,228,255); }
H1.HeaderClassName
{
color: #CCE4FF;
}
.AnyTagClassName
{
color: #CCE4FF;
}
</style>
background-color css
<style>
a { background-color: #CCE4FF; }
a { background-color: rgb(204,228,255); }
div.DivClassName
{
background-color: #CCE4FF;
}
.BgClassName
{
background-color: #CCE4FF;
}
</style>
border-color css
<style>
span { border-color: #CCE4FF; }
span { border-color: rgb(204,228,255); }
td.TdClassName
{
border-color: #CCE4FF;
}
.TagClassName
{
border-color: #CCE4FF;
}
</style>