Shades of Pattens Blue #CFE0EC
Tints of Pattens Blue #CFE0EC
RGB
CMYK
RGB Variations
Color information
#CFE0EC (or 0xCFE0EC) is known color: Pattens Blue. HEX triplet: CF, E0 and EC. RGB value is (207,224,236). Sum of RGB (Red+Green+Blue) = 207+224+236=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0EC is #301F13. Grayscale: #DCDCDC. Windows color (decimal): -3153684 or 15524047. OLE color: 15524047.
HSL color Cylindrical-coordinate representation of color #CFE0EC: hue angle of 204.83º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE0EC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 224 | 236 | - |
CMYK | 0.12 | 0.05 | 0 | 0.07 |
HSL | 204.83º | 0.43% | 0.87% | - |
HSV(B) | 204.83º | 0.12% | 0.93% | - |
XYZ | 67.53 | 72.63 | 89.82 | - |
YUV | 220.29 | 136.87 | 118.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 224 | 236 | 0.12 | 0.05 | 0 | 0.07 | 204.83 | 0.43 | 0.87 |
Hex | CF | E0 | EC | C | 5 | 0 | 7 | CD | 2B | 57 |
Octal | 317 | 340 | 354 | 14 | 5 | 0 | 7 | 315 | 53 | 127 |
Binary | 11001111 | 11100000 | 11101100 | 1100 | 101 | 0 | 111 | 11001101 | 101011 | 1010111 |
Color Harmonies of #CFE0EC
Complementary color
Monochromatic Colors of #CFE0EC
Black with #CFE0EC
Text Example
Text Example
White with #CFE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0EC; }
p { color: rgb(207,224,236); }
H1.HeaderClassName
{
color: #CFE0EC;
}
.AnyTagClassName
{
color: #CFE0EC;
}
</style>
background-color css
<style>
a { background-color: #CFE0EC; }
a { background-color: rgb(207,224,236); }
div.DivClassName
{
background-color: #CFE0EC;
}
.BgClassName
{
background-color: #CFE0EC;
}
</style>
border-color css
<style>
span { border-color: #CFE0EC; }
span { border-color: rgb(207,224,236); }
td.TdClassName
{
border-color: #CFE0EC;
}
.TagClassName
{
border-color: #CFE0EC;
}
</style>