Shades of Pattens Blue #CCE4F2
Tints of Pattens Blue #CCE4F2
RGB
CMYK
RGB Variations
Color information
#CCE4F2 (or 0xCCE4F2) is known color: Pattens Blue. HEX triplet: CC, E4 and F2. RGB value is (204,228,242). Sum of RGB (Red+Green+Blue) = 204+228+242=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4F2 is #331B0D. Grayscale: #DEDEDE. Windows color (decimal): -3349262 or 15918284. OLE color: 15918284.
HSL color Cylindrical-coordinate representation of color #CCE4F2: hue angle of 202.11º 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 #CCE4F2 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 228 | 242 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.05 |
| HSL | 202.11º | 0.59% | 0.87% | - |
| HSV(B) | 202.11º | 0.16% | 0.95% | - |
| XYZ | 68.67 | 74.73 | 94.81 | - |
| YUV | 222.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 242 | 0.16 | 0.06 | 0 | 0.05 | 202.11 | 0.59 | 0.87 |
| Hex | CC | E4 | F2 | 10 | 6 | 0 | 5 | CA | 3B | 57 |
| Octal | 314 | 344 | 362 | 20 | 6 | 0 | 5 | 312 | 73 | 127 |
| Binary | 11001100 | 11100100 | 11110010 | 10000 | 110 | 0 | 101 | 11001010 | 111011 | 1010111 |
Color Harmonies of #CCE4F2
Complementary color
Monochromatic Colors of #CCE4F2
Black with #CCE4F2
Text Example
Text Example
White with #CCE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4F2; }
p { color: rgb(204,228,242); }
H1.HeaderClassName
{
color: #CCE4F2;
}
.AnyTagClassName
{
color: #CCE4F2;
}
</style>
background-color css
<style>
a { background-color: #CCE4F2; }
a { background-color: rgb(204,228,242); }
div.DivClassName
{
background-color: #CCE4F2;
}
.BgClassName
{
background-color: #CCE4F2;
}
</style>
border-color css
<style>
span { border-color: #CCE4F2; }
span { border-color: rgb(204,228,242); }
td.TdClassName
{
border-color: #CCE4F2;
}
.TagClassName
{
border-color: #CCE4F2;
}
</style>