Shades of Pattens Blue #CFDEE4
Tints of Pattens Blue #CFDEE4
RGB
CMYK
RGB Variations
Color information
#CFDEE4 (or 0xCFDEE4) is known color: Pattens Blue. HEX triplet: CF, DE and E4. RGB value is (207,222,228). Sum of RGB (Red+Green+Blue) = 207+222+228=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE4 is #30211B. Grayscale: #DADADA. Windows color (decimal): -3154204 or 14999247. OLE color: 14999247.
HSL color Cylindrical-coordinate representation of color #CFDEE4: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDEE4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 222 | 228 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.11 |
| HSL | 197.14º | 0.28% | 0.85% | - |
| HSV(B) | 197.14º | 0.09% | 0.89% | - |
| XYZ | 65.86 | 71.11 | 83.65 | - |
| YUV | 218.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 228 | 0.09 | 0.03 | 0 | 0.11 | 197.14 | 0.28 | 0.85 |
| Hex | CF | DE | E4 | 9 | 3 | 0 | B | C5 | 1C | 55 |
| Octal | 317 | 336 | 344 | 11 | 3 | 0 | 13 | 305 | 34 | 125 |
| Binary | 11001111 | 11011110 | 11100100 | 1001 | 11 | 0 | 1011 | 11000101 | 11100 | 1010101 |
Color Harmonies of #CFDEE4
Complementary color
Monochromatic Colors of #CFDEE4
Black with #CFDEE4
Text Example
Text Example
White with #CFDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEE4; }
p { color: rgb(207,222,228); }
H1.HeaderClassName
{
color: #CFDEE4;
}
.AnyTagClassName
{
color: #CFDEE4;
}
</style>
background-color css
<style>
a { background-color: #CFDEE4; }
a { background-color: rgb(207,222,228); }
div.DivClassName
{
background-color: #CFDEE4;
}
.BgClassName
{
background-color: #CFDEE4;
}
</style>
border-color css
<style>
span { border-color: #CFDEE4; }
span { border-color: rgb(207,222,228); }
td.TdClassName
{
border-color: #CFDEE4;
}
.TagClassName
{
border-color: #CFDEE4;
}
</style>