Shades of Pattens Blue #CFE3E9
Tints of Pattens Blue #CFE3E9
RGB
CMYK
RGB Variations
Color information
#CFE3E9 (or 0xCFE3E9) is known color: Pattens Blue. HEX triplet: CF, E3 and E9. RGB value is (207,227,233). Sum of RGB (Red+Green+Blue) = 207+227+233=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFE3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3E9 is #301C16. Grayscale: #DDDDDD. Windows color (decimal): -3152919 or 15328207. OLE color: 15328207.
HSL color Cylindrical-coordinate representation of color #CFE3E9: hue angle of 193.85º 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 #CFE3E9 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 227 | 233 | - |
CMYK | 0.11 | 0.03 | 0 | 0.09 |
HSL | 193.85º | 0.37% | 0.86% | - |
HSV(B) | 193.85º | 0.11% | 0.91% | - |
XYZ | 67.91 | 74.09 | 87.81 | - |
YUV | 221.7 | 134.37 | 117.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 227 | 233 | 0.11 | 0.03 | 0 | 0.09 | 193.85 | 0.37 | 0.86 |
Hex | CF | E3 | E9 | B | 3 | 0 | 9 | C2 | 25 | 56 |
Octal | 317 | 343 | 351 | 13 | 3 | 0 | 11 | 302 | 45 | 126 |
Binary | 11001111 | 11100011 | 11101001 | 1011 | 11 | 0 | 1001 | 11000010 | 100101 | 1010110 |
Color Harmonies of #CFE3E9
Complementary color
Monochromatic Colors of #CFE3E9
Black with #CFE3E9
Text Example
Text Example
White with #CFE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3E9; }
p { color: rgb(207,227,233); }
H1.HeaderClassName
{
color: #CFE3E9;
}
.AnyTagClassName
{
color: #CFE3E9;
}
</style>
background-color css
<style>
a { background-color: #CFE3E9; }
a { background-color: rgb(207,227,233); }
div.DivClassName
{
background-color: #CFE3E9;
}
.BgClassName
{
background-color: #CFE3E9;
}
</style>
border-color css
<style>
span { border-color: #CFE3E9; }
span { border-color: rgb(207,227,233); }
td.TdClassName
{
border-color: #CFE3E9;
}
.TagClassName
{
border-color: #CFE3E9;
}
</style>