Shades of Pattens Blue #CFE1E7
Tints of Pattens Blue #CFE1E7
RGB
CMYK
RGB Variations
Color information
#CFE1E7 (or 0xCFE1E7) is known color: Pattens Blue. HEX triplet: CF, E1 and E7. RGB value is (207,225,231). Sum of RGB (Red+Green+Blue) = 207+225+231=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFE1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1E7 is #301E18. Grayscale: #DCDCDC. Windows color (decimal): -3153433 or 15196623. OLE color: 15196623.
HSL color Cylindrical-coordinate representation of color #CFE1E7: hue angle of 195º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE1E7 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 225 | 231 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.09 |
| HSL | 195º | 0.33% | 0.86% | - |
| HSV(B) | 195º | 0.1% | 0.91% | - |
| XYZ | 67.08 | 72.89 | 86.13 | - |
| YUV | 220.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 231 | 0.10 | 0.03 | 0 | 0.09 | 195 | 0.33 | 0.86 |
| Hex | CF | E1 | E7 | A | 3 | 0 | 9 | C3 | 21 | 56 |
| Octal | 317 | 341 | 347 | 12 | 3 | 0 | 11 | 303 | 41 | 126 |
| Binary | 11001111 | 11100001 | 11100111 | 1010 | 11 | 0 | 1001 | 11000011 | 100001 | 1010110 |
Color Harmonies of #CFE1E7
Complementary color
Monochromatic Colors of #CFE1E7
Black with #CFE1E7
Text Example
Text Example
White with #CFE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1E7; }
p { color: rgb(207,225,231); }
H1.HeaderClassName
{
color: #CFE1E7;
}
.AnyTagClassName
{
color: #CFE1E7;
}
</style>
background-color css
<style>
a { background-color: #CFE1E7; }
a { background-color: rgb(207,225,231); }
div.DivClassName
{
background-color: #CFE1E7;
}
.BgClassName
{
background-color: #CFE1E7;
}
</style>
border-color css
<style>
span { border-color: #CFE1E7; }
span { border-color: rgb(207,225,231); }
td.TdClassName
{
border-color: #CFE1E7;
}
.TagClassName
{
border-color: #CFE1E7;
}
</style>