Shades of Pattens Blue #CCE6EF
Tints of Pattens Blue #CCE6EF
RGB
CMYK
RGB Variations
Color information
#CCE6EF (or 0xCCE6EF) is known color: Pattens Blue. HEX triplet: CC, E6 and EF. RGB value is (204,230,239). Sum of RGB (Red+Green+Blue) = 204+230+239=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6EF is #331910. Grayscale: #DFDFDF. Windows color (decimal): -3348753 or 15722188. OLE color: 15722188.
HSL color Cylindrical-coordinate representation of color #CCE6EF: hue angle of 195.43º 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 #CCE6EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 230 | 239 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.06 |
| HSL | 195.43º | 0.52% | 0.87% | - |
| HSV(B) | 195.43º | 0.15% | 0.94% | - |
| XYZ | 68.78 | 75.66 | 92.64 | - |
| YUV | 223.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 239 | 0.15 | 0.04 | 0 | 0.06 | 195.43 | 0.52 | 0.87 |
| Hex | CC | E6 | EF | F | 4 | 0 | 6 | C3 | 34 | 57 |
| Octal | 314 | 346 | 357 | 17 | 4 | 0 | 6 | 303 | 64 | 127 |
| Binary | 11001100 | 11100110 | 11101111 | 1111 | 100 | 0 | 110 | 11000011 | 110100 | 1010111 |
Color Harmonies of #CCE6EF
Complementary color
Monochromatic Colors of #CCE6EF
Black with #CCE6EF
Text Example
Text Example
White with #CCE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6EF; }
p { color: rgb(204,230,239); }
H1.HeaderClassName
{
color: #CCE6EF;
}
.AnyTagClassName
{
color: #CCE6EF;
}
</style>
background-color css
<style>
a { background-color: #CCE6EF; }
a { background-color: rgb(204,230,239); }
div.DivClassName
{
background-color: #CCE6EF;
}
.BgClassName
{
background-color: #CCE6EF;
}
</style>
border-color css
<style>
span { border-color: #CCE6EF; }
span { border-color: rgb(204,230,239); }
td.TdClassName
{
border-color: #CCE6EF;
}
.TagClassName
{
border-color: #CCE6EF;
}
</style>