Shades of Pattens Blue #CCE6F2
Tints of Pattens Blue #CCE6F2
RGB
CMYK
RGB Variations
Color information
#CCE6F2 (or 0xCCE6F2) is known color: Pattens Blue. HEX triplet: CC, E6 and F2. RGB value is (204,230,242). Sum of RGB (Red+Green+Blue) = 204+230+242=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6F2 is #33190D. Grayscale: #DFDFDF. Windows color (decimal): -3348750 or 15918796. OLE color: 15918796.
HSL color Cylindrical-coordinate representation of color #CCE6F2: hue angle of 198.95º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE6F2 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 230 | 242 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.05 |
| HSL | 198.95º | 0.59% | 0.87% | - |
| HSV(B) | 198.95º | 0.16% | 0.95% | - |
| XYZ | 69.23 | 75.84 | 94.99 | - |
| YUV | 223.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 242 | 0.16 | 0.05 | 0 | 0.05 | 198.95 | 0.59 | 0.87 |
| Hex | CC | E6 | F2 | 10 | 5 | 0 | 5 | C7 | 3B | 57 |
| Octal | 314 | 346 | 362 | 20 | 5 | 0 | 5 | 307 | 73 | 127 |
| Binary | 11001100 | 11100110 | 11110010 | 10000 | 101 | 0 | 101 | 11000111 | 111011 | 1010111 |
Color Harmonies of #CCE6F2
Complementary color
Monochromatic Colors of #CCE6F2
Black with #CCE6F2
Text Example
Text Example
White with #CCE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6F2; }
p { color: rgb(204,230,242); }
H1.HeaderClassName
{
color: #CCE6F2;
}
.AnyTagClassName
{
color: #CCE6F2;
}
</style>
background-color css
<style>
a { background-color: #CCE6F2; }
a { background-color: rgb(204,230,242); }
div.DivClassName
{
background-color: #CCE6F2;
}
.BgClassName
{
background-color: #CCE6F2;
}
</style>
border-color css
<style>
span { border-color: #CCE6F2; }
span { border-color: rgb(204,230,242); }
td.TdClassName
{
border-color: #CCE6F2;
}
.TagClassName
{
border-color: #CCE6F2;
}
</style>