Shades of Pattens Blue #CFDFE6
Tints of Pattens Blue #CFDFE6
RGB
CMYK
RGB Variations
Color information
#CFDFE6 (or 0xCFDFE6) is known color: Pattens Blue. HEX triplet: CF, DF and E6. RGB value is (207,223,230). Sum of RGB (Red+Green+Blue) = 207+223+230=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFE6 is #302019. Grayscale: #DADADA. Windows color (decimal): -3153946 or 15130575. OLE color: 15130575.
HSL color Cylindrical-coordinate representation of color #CFDFE6: hue angle of 198.26º 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 #CFDFE6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 223 | 230 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 198.26º | 0.32% | 0.86% | - |
| HSV(B) | 198.26º | 0.1% | 0.9% | - |
| XYZ | 66.4 | 71.75 | 85.21 | - |
| YUV | 219.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 230 | 0.10 | 0.03 | 0 | 0.10 | 198.26 | 0.32 | 0.86 |
| Hex | CF | DF | E6 | A | 3 | 0 | A | C6 | 20 | 56 |
| Octal | 317 | 337 | 346 | 12 | 3 | 0 | 12 | 306 | 40 | 126 |
| Binary | 11001111 | 11011111 | 11100110 | 1010 | 11 | 0 | 1010 | 11000110 | 100000 | 1010110 |
Color Harmonies of #CFDFE6
Complementary color
Monochromatic Colors of #CFDFE6
Black with #CFDFE6
Text Example
Text Example
White with #CFDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFE6; }
p { color: rgb(207,223,230); }
H1.HeaderClassName
{
color: #CFDFE6;
}
.AnyTagClassName
{
color: #CFDFE6;
}
</style>
background-color css
<style>
a { background-color: #CFDFE6; }
a { background-color: rgb(207,223,230); }
div.DivClassName
{
background-color: #CFDFE6;
}
.BgClassName
{
background-color: #CFDFE6;
}
</style>
border-color css
<style>
span { border-color: #CFDFE6; }
span { border-color: rgb(207,223,230); }
td.TdClassName
{
border-color: #CFDFE6;
}
.TagClassName
{
border-color: #CFDFE6;
}
</style>