Shades of Pattens Blue #CFDCE6
Tints of Pattens Blue #CFDCE6
RGB
CMYK
RGB Variations
Color information
#CFDCE6 (or 0xCFDCE6) is known color: Pattens Blue. HEX triplet: CF, DC and E6. RGB value is (207,220,230). Sum of RGB (Red+Green+Blue) = 207+220+230=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCE6 is #302319. Grayscale: #D9D9D9. Windows color (decimal): -3154714 or 15129807. OLE color: 15129807.
HSL color Cylindrical-coordinate representation of color #CFDCE6: hue angle of 206.09º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDCE6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 220 | 230 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.10 |
| HSL | 206.09º | 0.32% | 0.86% | - |
| HSV(B) | 206.09º | 0.1% | 0.9% | - |
| XYZ | 65.61 | 70.16 | 84.95 | - |
| YUV | 217.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 230 | 0.10 | 0.04 | 0 | 0.10 | 206.09 | 0.32 | 0.86 |
| Hex | CF | DC | E6 | A | 4 | 0 | A | CE | 20 | 56 |
| Octal | 317 | 334 | 346 | 12 | 4 | 0 | 12 | 316 | 40 | 126 |
| Binary | 11001111 | 11011100 | 11100110 | 1010 | 100 | 0 | 1010 | 11001110 | 100000 | 1010110 |
Color Harmonies of #CFDCE6
Complementary color
Monochromatic Colors of #CFDCE6
Black with #CFDCE6
Text Example
Text Example
White with #CFDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCE6; }
p { color: rgb(207,220,230); }
H1.HeaderClassName
{
color: #CFDCE6;
}
.AnyTagClassName
{
color: #CFDCE6;
}
</style>
background-color css
<style>
a { background-color: #CFDCE6; }
a { background-color: rgb(207,220,230); }
div.DivClassName
{
background-color: #CFDCE6;
}
.BgClassName
{
background-color: #CFDCE6;
}
</style>
border-color css
<style>
span { border-color: #CFDCE6; }
span { border-color: rgb(207,220,230); }
td.TdClassName
{
border-color: #CFDCE6;
}
.TagClassName
{
border-color: #CFDCE6;
}
</style>