Shades of Pattens Blue #CFE2F6
Tints of Pattens Blue #CFE2F6
RGB
CMYK
RGB Variations
Color information
#CFE2F6 (or 0xCFE2F6) is known color: Pattens Blue. HEX triplet: CF, E2 and F6. RGB value is (207,226,246). Sum of RGB (Red+Green+Blue) = 207+226+246=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFE2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2F6 is #301D09. Grayscale: #DEDEDE. Windows color (decimal): -3153162 or 16179919. OLE color: 16179919.
HSL color Cylindrical-coordinate representation of color #CFE2F6: hue angle of 210.77º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE2F6 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 226 | 246 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.04 |
| HSL | 210.77º | 0.68% | 0.89% | - |
| HSV(B) | 210.77º | 0.16% | 0.96% | - |
| XYZ | 69.56 | 74.31 | 97.87 | - |
| YUV | 222.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 246 | 0.16 | 0.08 | 0 | 0.04 | 210.77 | 0.68 | 0.89 |
| Hex | CF | E2 | F6 | 10 | 8 | 0 | 4 | D3 | 44 | 59 |
| Octal | 317 | 342 | 366 | 20 | 10 | 0 | 4 | 323 | 104 | 131 |
| Binary | 11001111 | 11100010 | 11110110 | 10000 | 1000 | 0 | 100 | 11010011 | 1000100 | 1011001 |
Color Harmonies of #CFE2F6
Complementary color
Monochromatic Colors of #CFE2F6
Black with #CFE2F6
Text Example
Text Example
White with #CFE2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2F6; }
p { color: rgb(207,226,246); }
H1.HeaderClassName
{
color: #CFE2F6;
}
.AnyTagClassName
{
color: #CFE2F6;
}
</style>
background-color css
<style>
a { background-color: #CFE2F6; }
a { background-color: rgb(207,226,246); }
div.DivClassName
{
background-color: #CFE2F6;
}
.BgClassName
{
background-color: #CFE2F6;
}
</style>
border-color css
<style>
span { border-color: #CFE2F6; }
span { border-color: rgb(207,226,246); }
td.TdClassName
{
border-color: #CFE2F6;
}
.TagClassName
{
border-color: #CFE2F6;
}
</style>