Shades of Pattens Blue #CCE1F3
Tints of Pattens Blue #CCE1F3
RGB
CMYK
RGB Variations
Color information
#CCE1F3 (or 0xCCE1F3) is known color: Pattens Blue. HEX triplet: CC, E1 and F3. RGB value is (204,225,243). Sum of RGB (Red+Green+Blue) = 204+225+243=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1F3 is #331E0C. Grayscale: #DCDCDC. Windows color (decimal): -3350029 or 15983052. OLE color: 15983052.
HSL color Cylindrical-coordinate representation of color #CCE1F3: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE1F3 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 225 | 243 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.05 |
| HSL | 207.69º | 0.62% | 0.88% | - |
| HSV(B) | 207.69º | 0.16% | 0.95% | - |
| XYZ | 68 | 73.16 | 95.33 | - |
| YUV | 220.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 243 | 0.16 | 0.07 | 0 | 0.05 | 207.69 | 0.62 | 0.88 |
| Hex | CC | E1 | F3 | 10 | 7 | 0 | 5 | D0 | 3E | 58 |
| Octal | 314 | 341 | 363 | 20 | 7 | 0 | 5 | 320 | 76 | 130 |
| Binary | 11001100 | 11100001 | 11110011 | 10000 | 111 | 0 | 101 | 11010000 | 111110 | 1011000 |
Color Harmonies of #CCE1F3
Complementary color
Monochromatic Colors of #CCE1F3
Black with #CCE1F3
Text Example
Text Example
White with #CCE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1F3; }
p { color: rgb(204,225,243); }
H1.HeaderClassName
{
color: #CCE1F3;
}
.AnyTagClassName
{
color: #CCE1F3;
}
</style>
background-color css
<style>
a { background-color: #CCE1F3; }
a { background-color: rgb(204,225,243); }
div.DivClassName
{
background-color: #CCE1F3;
}
.BgClassName
{
background-color: #CCE1F3;
}
</style>
border-color css
<style>
span { border-color: #CCE1F3; }
span { border-color: rgb(204,225,243); }
td.TdClassName
{
border-color: #CCE1F3;
}
.TagClassName
{
border-color: #CCE1F3;
}
</style>