Shades of Pattens Blue #CFECF8
Tints of Pattens Blue #CFECF8
RGB
CMYK
RGB Variations
Color information
#CFECF8 (or 0xCFECF8) is known color: Pattens Blue. HEX triplet: CF, EC and F8. RGB value is (207,236,248). Sum of RGB (Red+Green+Blue) = 207+236+248=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF8 is #301307. Grayscale: #E4E4E4. Windows color (decimal): -3150600 or 16313551. OLE color: 16313551.
HSL color Cylindrical-coordinate representation of color #CFECF8: hue angle of 197.56º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFECF8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 236 | 248 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.03 |
| HSL | 197.56º | 0.75% | 0.89% | - |
| HSV(B) | 197.56º | 0.17% | 0.97% | - |
| XYZ | 72.67 | 80.03 | 100.42 | - |
| YUV | 228.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 248 | 0.17 | 0.05 | 0 | 0.03 | 197.56 | 0.75 | 0.89 |
| Hex | CF | EC | F8 | 11 | 5 | 0 | 3 | C6 | 4B | 59 |
| Octal | 317 | 354 | 370 | 21 | 5 | 0 | 3 | 306 | 113 | 131 |
| Binary | 11001111 | 11101100 | 11111000 | 10001 | 101 | 0 | 11 | 11000110 | 1001011 | 1011001 |
Color Harmonies of #CFECF8
Complementary color
Monochromatic Colors of #CFECF8
Black with #CFECF8
Text Example
Text Example
White with #CFECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECF8; }
p { color: rgb(207,236,248); }
H1.HeaderClassName
{
color: #CFECF8;
}
.AnyTagClassName
{
color: #CFECF8;
}
</style>
background-color css
<style>
a { background-color: #CFECF8; }
a { background-color: rgb(207,236,248); }
div.DivClassName
{
background-color: #CFECF8;
}
.BgClassName
{
background-color: #CFECF8;
}
</style>
border-color css
<style>
span { border-color: #CFECF8; }
span { border-color: rgb(207,236,248); }
td.TdClassName
{
border-color: #CFECF8;
}
.TagClassName
{
border-color: #CFECF8;
}
</style>