Shades of Pattens Blue #CCE1EF
Tints of Pattens Blue #CCE1EF
RGB
CMYK
RGB Variations
Color information
#CCE1EF (or 0xCCE1EF) is known color: Pattens Blue. HEX triplet: CC, E1 and EF. RGB value is (204,225,239). Sum of RGB (Red+Green+Blue) = 204+225+239=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1EF is #331E10. Grayscale: #DCDCDC. Windows color (decimal): -3350033 or 15720908. OLE color: 15720908.
HSL color Cylindrical-coordinate representation of color #CCE1EF: hue angle of 204º degrees, saturation: 0.52, 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 #CCE1EF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 225 | 239 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.06 |
| HSL | 204º | 0.52% | 0.87% | - |
| HSV(B) | 204º | 0.15% | 0.94% | - |
| XYZ | 67.41 | 72.92 | 92.18 | - |
| YUV | 220.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 239 | 0.15 | 0.06 | 0 | 0.06 | 204 | 0.52 | 0.87 |
| Hex | CC | E1 | EF | F | 6 | 0 | 6 | CC | 34 | 57 |
| Octal | 314 | 341 | 357 | 17 | 6 | 0 | 6 | 314 | 64 | 127 |
| Binary | 11001100 | 11100001 | 11101111 | 1111 | 110 | 0 | 110 | 11001100 | 110100 | 1010111 |
Color Harmonies of #CCE1EF
Complementary color
Monochromatic Colors of #CCE1EF
Black with #CCE1EF
Text Example
Text Example
White with #CCE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1EF; }
p { color: rgb(204,225,239); }
H1.HeaderClassName
{
color: #CCE1EF;
}
.AnyTagClassName
{
color: #CCE1EF;
}
</style>
background-color css
<style>
a { background-color: #CCE1EF; }
a { background-color: rgb(204,225,239); }
div.DivClassName
{
background-color: #CCE1EF;
}
.BgClassName
{
background-color: #CCE1EF;
}
</style>
border-color css
<style>
span { border-color: #CCE1EF; }
span { border-color: rgb(204,225,239); }
td.TdClassName
{
border-color: #CCE1EF;
}
.TagClassName
{
border-color: #CCE1EF;
}
</style>