Shades of Pattens Blue #CFE2EA
Tints of Pattens Blue #CFE2EA
RGB
CMYK
RGB Variations
Color information
#CFE2EA (or 0xCFE2EA) is known color: Pattens Blue. HEX triplet: CF, E2 and EA. RGB value is (207,226,234). Sum of RGB (Red+Green+Blue) = 207+226+234=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2EA is #301D15. Grayscale: #DDDDDD. Windows color (decimal): -3153174 or 15393487. OLE color: 15393487.
HSL color Cylindrical-coordinate representation of color #CFE2EA: hue angle of 197.78º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE2EA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 226 | 234 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.08 |
| HSL | 197.78º | 0.39% | 0.86% | - |
| HSV(B) | 197.78º | 0.12% | 0.92% | - |
| XYZ | 67.78 | 73.6 | 88.48 | - |
| YUV | 221.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 234 | 0.12 | 0.03 | 0 | 0.08 | 197.78 | 0.39 | 0.86 |
| Hex | CF | E2 | EA | C | 3 | 0 | 8 | C6 | 27 | 56 |
| Octal | 317 | 342 | 352 | 14 | 3 | 0 | 10 | 306 | 47 | 126 |
| Binary | 11001111 | 11100010 | 11101010 | 1100 | 11 | 0 | 1000 | 11000110 | 100111 | 1010110 |
Color Harmonies of #CFE2EA
Complementary color
Monochromatic Colors of #CFE2EA
Black with #CFE2EA
Text Example
Text Example
White with #CFE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2EA; }
p { color: rgb(207,226,234); }
H1.HeaderClassName
{
color: #CFE2EA;
}
.AnyTagClassName
{
color: #CFE2EA;
}
</style>
background-color css
<style>
a { background-color: #CFE2EA; }
a { background-color: rgb(207,226,234); }
div.DivClassName
{
background-color: #CFE2EA;
}
.BgClassName
{
background-color: #CFE2EA;
}
</style>
border-color css
<style>
span { border-color: #CFE2EA; }
span { border-color: rgb(207,226,234); }
td.TdClassName
{
border-color: #CFE2EA;
}
.TagClassName
{
border-color: #CFE2EA;
}
</style>