Shades of Pattens Blue #CFDFEE
Tints of Pattens Blue #CFDFEE
RGB
CMYK
RGB Variations
Color information
#CFDFEE (or 0xCFDFEE) is known color: Pattens Blue. HEX triplet: CF, DF and EE. RGB value is (207,223,238). Sum of RGB (Red+Green+Blue) = 207+223+238=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEE is #302011. Grayscale: #DBDBDB. Windows color (decimal): -3153938 or 15654863. OLE color: 15654863.
HSL color Cylindrical-coordinate representation of color #CFDFEE: hue angle of 209.03º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDFEE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 223 | 238 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.07 |
| HSL | 209.03º | 0.48% | 0.87% | - |
| HSV(B) | 209.03º | 0.13% | 0.93% | - |
| XYZ | 67.55 | 72.21 | 91.27 | - |
| YUV | 219.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 238 | 0.13 | 0.06 | 0 | 0.07 | 209.03 | 0.48 | 0.87 |
| Hex | CF | DF | EE | D | 6 | 0 | 7 | D1 | 30 | 57 |
| Octal | 317 | 337 | 356 | 15 | 6 | 0 | 7 | 321 | 60 | 127 |
| Binary | 11001111 | 11011111 | 11101110 | 1101 | 110 | 0 | 111 | 11010001 | 110000 | 1010111 |
Color Harmonies of #CFDFEE
Complementary color
Monochromatic Colors of #CFDFEE
Black with #CFDFEE
Text Example
Text Example
White with #CFDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFEE; }
p { color: rgb(207,223,238); }
H1.HeaderClassName
{
color: #CFDFEE;
}
.AnyTagClassName
{
color: #CFDFEE;
}
</style>
background-color css
<style>
a { background-color: #CFDFEE; }
a { background-color: rgb(207,223,238); }
div.DivClassName
{
background-color: #CFDFEE;
}
.BgClassName
{
background-color: #CFDFEE;
}
</style>
border-color css
<style>
span { border-color: #CFDFEE; }
span { border-color: rgb(207,223,238); }
td.TdClassName
{
border-color: #CFDFEE;
}
.TagClassName
{
border-color: #CFDFEE;
}
</style>