Shades of Pattens Blue #CFE0EF
Tints of Pattens Blue #CFE0EF
RGB
CMYK
RGB Variations
Color information
#CFE0EF (or 0xCFE0EF) is known color: Pattens Blue. HEX triplet: CF, E0 and EF. RGB value is (207,224,239). Sum of RGB (Red+Green+Blue) = 207+224+239=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0EF is #301F10. Grayscale: #DCDCDC. Windows color (decimal): -3153681 or 15720655. OLE color: 15720655.
HSL color Cylindrical-coordinate representation of color #CFE0EF: hue angle of 208.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE0EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 224 | 239 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.06 |
| HSL | 208.13º | 0.5% | 0.87% | - |
| HSV(B) | 208.13º | 0.13% | 0.94% | - |
| XYZ | 67.97 | 72.81 | 92.13 | - |
| YUV | 220.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 239 | 0.13 | 0.06 | 0 | 0.06 | 208.13 | 0.5 | 0.87 |
| Hex | CF | E0 | EF | D | 6 | 0 | 6 | D0 | 32 | 57 |
| Octal | 317 | 340 | 357 | 15 | 6 | 0 | 6 | 320 | 62 | 127 |
| Binary | 11001111 | 11100000 | 11101111 | 1101 | 110 | 0 | 110 | 11010000 | 110010 | 1010111 |
Color Harmonies of #CFE0EF
Complementary color
Monochromatic Colors of #CFE0EF
Black with #CFE0EF
Text Example
Text Example
White with #CFE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0EF; }
p { color: rgb(207,224,239); }
H1.HeaderClassName
{
color: #CFE0EF;
}
.AnyTagClassName
{
color: #CFE0EF;
}
</style>
background-color css
<style>
a { background-color: #CFE0EF; }
a { background-color: rgb(207,224,239); }
div.DivClassName
{
background-color: #CFE0EF;
}
.BgClassName
{
background-color: #CFE0EF;
}
</style>
border-color css
<style>
span { border-color: #CFE0EF; }
span { border-color: rgb(207,224,239); }
td.TdClassName
{
border-color: #CFE0EF;
}
.TagClassName
{
border-color: #CFE0EF;
}
</style>