Shades of Pattens Blue #CFECF4
Tints of Pattens Blue #CFECF4
RGB
CMYK
RGB Variations
Color information
#CFECF4 (or 0xCFECF4) is known color: Pattens Blue. HEX triplet: CF, EC and F4. RGB value is (207,236,244). Sum of RGB (Red+Green+Blue) = 207+236+244=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF4 is #30130B. Grayscale: #E4E4E4. Windows color (decimal): -3150604 or 16051407. OLE color: 16051407.
HSL color Cylindrical-coordinate representation of color #CFECF4: hue angle of 192.97º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFECF4 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 236 | 244 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.04 |
| HSL | 192.97º | 0.63% | 0.88% | - |
| HSV(B) | 192.97º | 0.15% | 0.96% | - |
| XYZ | 72.06 | 79.79 | 97.19 | - |
| YUV | 228.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 244 | 0.15 | 0.03 | 0 | 0.04 | 192.97 | 0.63 | 0.88 |
| Hex | CF | EC | F4 | F | 3 | 0 | 4 | C1 | 3F | 58 |
| Octal | 317 | 354 | 364 | 17 | 3 | 0 | 4 | 301 | 77 | 130 |
| Binary | 11001111 | 11101100 | 11110100 | 1111 | 11 | 0 | 100 | 11000001 | 111111 | 1011000 |
Color Harmonies of #CFECF4
Complementary color
Monochromatic Colors of #CFECF4
Black with #CFECF4
Text Example
Text Example
White with #CFECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECF4; }
p { color: rgb(207,236,244); }
H1.HeaderClassName
{
color: #CFECF4;
}
.AnyTagClassName
{
color: #CFECF4;
}
</style>
background-color css
<style>
a { background-color: #CFECF4; }
a { background-color: rgb(207,236,244); }
div.DivClassName
{
background-color: #CFECF4;
}
.BgClassName
{
background-color: #CFECF4;
}
</style>
border-color css
<style>
span { border-color: #CFECF4; }
span { border-color: rgb(207,236,244); }
td.TdClassName
{
border-color: #CFECF4;
}
.TagClassName
{
border-color: #CFECF4;
}
</style>