Shades of Pattens Blue #CFECF3
Tints of Pattens Blue #CFECF3
RGB
CMYK
RGB Variations
Color information
#CFECF3 (or 0xCFECF3) is known color: Pattens Blue. HEX triplet: CF, EC and F3. RGB value is (207,236,243). Sum of RGB (Red+Green+Blue) = 207+236+243=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF3 is #30130C. Grayscale: #E4E4E4. Windows color (decimal): -3150605 or 15985871. OLE color: 15985871.
HSL color Cylindrical-coordinate representation of color #CFECF3: hue angle of 191.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFECF3 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 236 | 243 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.05 |
| HSL | 191.67º | 0.6% | 0.88% | - |
| HSV(B) | 191.67º | 0.15% | 0.95% | - |
| XYZ | 71.91 | 79.73 | 96.39 | - |
| YUV | 228.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 243 | 0.15 | 0.03 | 0 | 0.05 | 191.67 | 0.6 | 0.88 |
| Hex | CF | EC | F3 | F | 3 | 0 | 5 | C0 | 3C | 58 |
| Octal | 317 | 354 | 363 | 17 | 3 | 0 | 5 | 300 | 74 | 130 |
| Binary | 11001111 | 11101100 | 11110011 | 1111 | 11 | 0 | 101 | 11000000 | 111100 | 1011000 |
Color Harmonies of #CFECF3
Complementary color
Monochromatic Colors of #CFECF3
Black with #CFECF3
Text Example
Text Example
White with #CFECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECF3; }
p { color: rgb(207,236,243); }
H1.HeaderClassName
{
color: #CFECF3;
}
.AnyTagClassName
{
color: #CFECF3;
}
</style>
background-color css
<style>
a { background-color: #CFECF3; }
a { background-color: rgb(207,236,243); }
div.DivClassName
{
background-color: #CFECF3;
}
.BgClassName
{
background-color: #CFECF3;
}
</style>
border-color css
<style>
span { border-color: #CFECF3; }
span { border-color: rgb(207,236,243); }
td.TdClassName
{
border-color: #CFECF3;
}
.TagClassName
{
border-color: #CFECF3;
}
</style>