Shades of Pattens Blue #CFDFEF
Tints of Pattens Blue #CFDFEF
RGB
CMYK
RGB Variations
Color information
#CFDFEF (or 0xCFDFEF) is known color: Pattens Blue. HEX triplet: CF, DF and EF. RGB value is (207,223,239). Sum of RGB (Red+Green+Blue) = 207+223+239=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFEF is #302010. Grayscale: #DBDBDB. Windows color (decimal): -3153937 or 15720399. OLE color: 15720399.
HSL color Cylindrical-coordinate representation of color #CFDFEF: hue angle of 210º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDFEF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 223 | 239 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.06 |
| HSL | 210º | 0.5% | 0.87% | - |
| HSV(B) | 210º | 0.13% | 0.94% | - |
| XYZ | 67.7 | 72.27 | 92.04 | - |
| YUV | 220.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 239 | 0.13 | 0.07 | 0 | 0.06 | 210 | 0.5 | 0.87 |
| Hex | CF | DF | EF | D | 7 | 0 | 6 | D2 | 32 | 57 |
| Octal | 317 | 337 | 357 | 15 | 7 | 0 | 6 | 322 | 62 | 127 |
| Binary | 11001111 | 11011111 | 11101111 | 1101 | 111 | 0 | 110 | 11010010 | 110010 | 1010111 |
Color Harmonies of #CFDFEF
Complementary color
Monochromatic Colors of #CFDFEF
Black with #CFDFEF
Text Example
Text Example
White with #CFDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFEF; }
p { color: rgb(207,223,239); }
H1.HeaderClassName
{
color: #CFDFEF;
}
.AnyTagClassName
{
color: #CFDFEF;
}
</style>
background-color css
<style>
a { background-color: #CFDFEF; }
a { background-color: rgb(207,223,239); }
div.DivClassName
{
background-color: #CFDFEF;
}
.BgClassName
{
background-color: #CFDFEF;
}
</style>
border-color css
<style>
span { border-color: #CFDFEF; }
span { border-color: rgb(207,223,239); }
td.TdClassName
{
border-color: #CFDFEF;
}
.TagClassName
{
border-color: #CFDFEF;
}
</style>