Shades of Pattens Blue #CFE4EC
Tints of Pattens Blue #CFE4EC
RGB
CMYK
RGB Variations
Color information
#CFE4EC (or 0xCFE4EC) is known color: Pattens Blue. HEX triplet: CF, E4 and EC. RGB value is (207,228,236). Sum of RGB (Red+Green+Blue) = 207+228+236=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4EC is #301B13. Grayscale: #DEDEDE. Windows color (decimal): -3152660 or 15525071. OLE color: 15525071.
HSL color Cylindrical-coordinate representation of color #CFE4EC: hue angle of 196.55º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE4EC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 228 | 236 | - |
CMYK | 0.12 | 0.03 | 0 | 0.07 |
HSL | 196.55º | 0.43% | 0.87% | - |
HSV(B) | 196.55º | 0.12% | 0.93% | - |
XYZ | 68.62 | 74.81 | 90.18 | - |
YUV | 222.63 | 135.54 | 116.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 228 | 236 | 0.12 | 0.03 | 0 | 0.07 | 196.55 | 0.43 | 0.87 |
Hex | CF | E4 | EC | C | 3 | 0 | 7 | C5 | 2B | 57 |
Octal | 317 | 344 | 354 | 14 | 3 | 0 | 7 | 305 | 53 | 127 |
Binary | 11001111 | 11100100 | 11101100 | 1100 | 11 | 0 | 111 | 11000101 | 101011 | 1010111 |
Color Harmonies of #CFE4EC
Complementary color
Monochromatic Colors of #CFE4EC
Black with #CFE4EC
Text Example
Text Example
White with #CFE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4EC; }
p { color: rgb(207,228,236); }
H1.HeaderClassName
{
color: #CFE4EC;
}
.AnyTagClassName
{
color: #CFE4EC;
}
</style>
background-color css
<style>
a { background-color: #CFE4EC; }
a { background-color: rgb(207,228,236); }
div.DivClassName
{
background-color: #CFE4EC;
}
.BgClassName
{
background-color: #CFE4EC;
}
</style>
border-color css
<style>
span { border-color: #CFE4EC; }
span { border-color: rgb(207,228,236); }
td.TdClassName
{
border-color: #CFE4EC;
}
.TagClassName
{
border-color: #CFE4EC;
}
</style>