Shades of Pattens Blue #CFDFEA
Tints of Pattens Blue #CFDFEA
RGB
CMYK
RGB Variations
Color information
#CFDFEA (or 0xCFDFEA) is known color: Pattens Blue. HEX triplet: CF, DF and EA. RGB value is (207,223,234). Sum of RGB (Red+Green+Blue) = 207+223+234=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEA is #302015. Grayscale: #DBDBDB. Windows color (decimal): -3153942 or 15392719. OLE color: 15392719.
HSL color Cylindrical-coordinate representation of color #CFDFEA: hue angle of 204.44º 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 #CFDFEA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 223 | 234 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.08 |
| HSL | 204.44º | 0.39% | 0.86% | - |
| HSV(B) | 204.44º | 0.12% | 0.92% | - |
| XYZ | 66.97 | 71.98 | 88.21 | - |
| YUV | 219.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 234 | 0.12 | 0.05 | 0 | 0.08 | 204.44 | 0.39 | 0.86 |
| Hex | CF | DF | EA | C | 5 | 0 | 8 | CC | 27 | 56 |
| Octal | 317 | 337 | 352 | 14 | 5 | 0 | 10 | 314 | 47 | 126 |
| Binary | 11001111 | 11011111 | 11101010 | 1100 | 101 | 0 | 1000 | 11001100 | 100111 | 1010110 |
Color Harmonies of #CFDFEA
Complementary color
Monochromatic Colors of #CFDFEA
Black with #CFDFEA
Text Example
Text Example
White with #CFDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFEA; }
p { color: rgb(207,223,234); }
H1.HeaderClassName
{
color: #CFDFEA;
}
.AnyTagClassName
{
color: #CFDFEA;
}
</style>
background-color css
<style>
a { background-color: #CFDFEA; }
a { background-color: rgb(207,223,234); }
div.DivClassName
{
background-color: #CFDFEA;
}
.BgClassName
{
background-color: #CFDFEA;
}
</style>
border-color css
<style>
span { border-color: #CFDFEA; }
span { border-color: rgb(207,223,234); }
td.TdClassName
{
border-color: #CFDFEA;
}
.TagClassName
{
border-color: #CFDFEA;
}
</style>