Shades of Pattens Blue #CCE5EF
Tints of Pattens Blue #CCE5EF
RGB
CMYK
RGB Variations
Color information
#CCE5EF (or 0xCCE5EF) is known color: Pattens Blue. HEX triplet: CC, E5 and EF. RGB value is (204,229,239). Sum of RGB (Red+Green+Blue) = 204+229+239=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EF is #331A10. Grayscale: #DEDEDE. Windows color (decimal): -3349009 or 15721932. OLE color: 15721932.
HSL color Cylindrical-coordinate representation of color #CCE5EF: hue angle of 197.14º 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 #CCE5EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 229 | 239 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.06 |
| HSL | 197.14º | 0.52% | 0.87% | - |
| HSV(B) | 197.14º | 0.15% | 0.94% | - |
| XYZ | 68.5 | 75.11 | 92.55 | - |
| YUV | 222.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 239 | 0.15 | 0.04 | 0 | 0.06 | 197.14 | 0.52 | 0.87 |
| Hex | CC | E5 | EF | F | 4 | 0 | 6 | C5 | 34 | 57 |
| Octal | 314 | 345 | 357 | 17 | 4 | 0 | 6 | 305 | 64 | 127 |
| Binary | 11001100 | 11100101 | 11101111 | 1111 | 100 | 0 | 110 | 11000101 | 110100 | 1010111 |
Color Harmonies of #CCE5EF
Complementary color
Monochromatic Colors of #CCE5EF
Black with #CCE5EF
Text Example
Text Example
White with #CCE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5EF; }
p { color: rgb(204,229,239); }
H1.HeaderClassName
{
color: #CCE5EF;
}
.AnyTagClassName
{
color: #CCE5EF;
}
</style>
background-color css
<style>
a { background-color: #CCE5EF; }
a { background-color: rgb(204,229,239); }
div.DivClassName
{
background-color: #CCE5EF;
}
.BgClassName
{
background-color: #CCE5EF;
}
</style>
border-color css
<style>
span { border-color: #CCE5EF; }
span { border-color: rgb(204,229,239); }
td.TdClassName
{
border-color: #CCE5EF;
}
.TagClassName
{
border-color: #CCE5EF;
}
</style>