Shades of Pattens Blue #CFD7DC
Tints of Pattens Blue #CFD7DC
RGB
CMYK
RGB Variations
Color information
#CFD7DC (or 0xCFD7DC) is known color: Pattens Blue. HEX triplet: CF, D7 and DC. RGB value is (207,215,220). Sum of RGB (Red+Green+Blue) = 207+215+220=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7DC is #302823. Grayscale: #D5D5D5. Windows color (decimal): -3156004 or 14473167. OLE color: 14473167.
HSL color Cylindrical-coordinate representation of color #CFD7DC: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD7DC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 215 | 220 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.14 |
| HSL | 203.08º | 0.16% | 0.84% | - |
| HSV(B) | 203.08º | 0.06% | 0.86% | - |
| XYZ | 62.95 | 67.03 | 77.33 | - |
| YUV | 213.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 220 | 0.06 | 0.02 | 0 | 0.14 | 203.08 | 0.16 | 0.84 |
| Hex | CF | D7 | DC | 6 | 2 | 0 | E | CB | 10 | 54 |
| Octal | 317 | 327 | 334 | 6 | 2 | 0 | 16 | 313 | 20 | 124 |
| Binary | 11001111 | 11010111 | 11011100 | 110 | 10 | 0 | 1110 | 11001011 | 10000 | 1010100 |
Color Harmonies of #CFD7DC
Complementary color
Monochromatic Colors of #CFD7DC
Black with #CFD7DC
Text Example
Text Example
White with #CFD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7DC; }
p { color: rgb(207,215,220); }
H1.HeaderClassName
{
color: #CFD7DC;
}
.AnyTagClassName
{
color: #CFD7DC;
}
</style>
background-color css
<style>
a { background-color: #CFD7DC; }
a { background-color: rgb(207,215,220); }
div.DivClassName
{
background-color: #CFD7DC;
}
.BgClassName
{
background-color: #CFD7DC;
}
</style>
border-color css
<style>
span { border-color: #CFD7DC; }
span { border-color: rgb(207,215,220); }
td.TdClassName
{
border-color: #CFD7DC;
}
.TagClassName
{
border-color: #CFD7DC;
}
</style>