Shades of Pattens Blue #CFE2E9
Tints of Pattens Blue #CFE2E9
RGB
CMYK
RGB Variations
Color information
#CFE2E9 (or 0xCFE2E9) is known color: Pattens Blue. HEX triplet: CF, E2 and E9. RGB value is (207,226,233). Sum of RGB (Red+Green+Blue) = 207+226+233=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2E9 is #301D16. Grayscale: #DDDDDD. Windows color (decimal): -3153175 or 15327951. OLE color: 15327951.
HSL color Cylindrical-coordinate representation of color #CFE2E9: hue angle of 196.15º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE2E9 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 226 | 233 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.09 |
| HSL | 196.15º | 0.37% | 0.86% | - |
| HSV(B) | 196.15º | 0.11% | 0.91% | - |
| XYZ | 67.64 | 73.54 | 87.72 | - |
| YUV | 221.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 233 | 0.11 | 0.03 | 0 | 0.09 | 196.15 | 0.37 | 0.86 |
| Hex | CF | E2 | E9 | B | 3 | 0 | 9 | C4 | 25 | 56 |
| Octal | 317 | 342 | 351 | 13 | 3 | 0 | 11 | 304 | 45 | 126 |
| Binary | 11001111 | 11100010 | 11101001 | 1011 | 11 | 0 | 1001 | 11000100 | 100101 | 1010110 |
Color Harmonies of #CFE2E9
Complementary color
Monochromatic Colors of #CFE2E9
Black with #CFE2E9
Text Example
Text Example
White with #CFE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2E9; }
p { color: rgb(207,226,233); }
H1.HeaderClassName
{
color: #CFE2E9;
}
.AnyTagClassName
{
color: #CFE2E9;
}
</style>
background-color css
<style>
a { background-color: #CFE2E9; }
a { background-color: rgb(207,226,233); }
div.DivClassName
{
background-color: #CFE2E9;
}
.BgClassName
{
background-color: #CFE2E9;
}
</style>
border-color css
<style>
span { border-color: #CFE2E9; }
span { border-color: rgb(207,226,233); }
td.TdClassName
{
border-color: #CFE2E9;
}
.TagClassName
{
border-color: #CFE2E9;
}
</style>