Shades of Pattens Blue #CCE3F2
Tints of Pattens Blue #CCE3F2
RGB
CMYK
RGB Variations
Color information
#CCE3F2 (or 0xCCE3F2) is known color: Pattens Blue. HEX triplet: CC, E3 and F2. RGB value is (204,227,242). Sum of RGB (Red+Green+Blue) = 204+227+242=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F2 is #331C0D. Grayscale: #DDDDDD. Windows color (decimal): -3349518 or 15918028. OLE color: 15918028.
HSL color Cylindrical-coordinate representation of color #CCE3F2: hue angle of 203.68º 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 #CCE3F2 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 227 | 242 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.05 |
| HSL | 203.68º | 0.59% | 0.87% | - |
| HSV(B) | 203.68º | 0.16% | 0.95% | - |
| XYZ | 68.4 | 74.19 | 94.72 | - |
| YUV | 221.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 242 | 0.16 | 0.06 | 0 | 0.05 | 203.68 | 0.59 | 0.87 |
| Hex | CC | E3 | F2 | 10 | 6 | 0 | 5 | CC | 3B | 57 |
| Octal | 314 | 343 | 362 | 20 | 6 | 0 | 5 | 314 | 73 | 127 |
| Binary | 11001100 | 11100011 | 11110010 | 10000 | 110 | 0 | 101 | 11001100 | 111011 | 1010111 |
Color Harmonies of #CCE3F2
Complementary color
Monochromatic Colors of #CCE3F2
Black with #CCE3F2
Text Example
Text Example
White with #CCE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3F2; }
p { color: rgb(204,227,242); }
H1.HeaderClassName
{
color: #CCE3F2;
}
.AnyTagClassName
{
color: #CCE3F2;
}
</style>
background-color css
<style>
a { background-color: #CCE3F2; }
a { background-color: rgb(204,227,242); }
div.DivClassName
{
background-color: #CCE3F2;
}
.BgClassName
{
background-color: #CCE3F2;
}
</style>
border-color css
<style>
span { border-color: #CCE3F2; }
span { border-color: rgb(204,227,242); }
td.TdClassName
{
border-color: #CCE3F2;
}
.TagClassName
{
border-color: #CCE3F2;
}
</style>