Shades of Pattens Blue #CFDEE5
Tints of Pattens Blue #CFDEE5
RGB
CMYK
RGB Variations
Color information
#CFDEE5 (or 0xCFDEE5) is known color: Pattens Blue. HEX triplet: CF, DE and E5. RGB value is (207,222,229). Sum of RGB (Red+Green+Blue) = 207+222+229=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE5 is #30211A. Grayscale: #DADADA. Windows color (decimal): -3154203 or 15064783. OLE color: 15064783.
HSL color Cylindrical-coordinate representation of color #CFDEE5: hue angle of 199.09º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDEE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 222 | 229 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 199.09º | 0.3% | 0.85% | - |
| HSV(B) | 199.09º | 0.1% | 0.9% | - |
| XYZ | 66 | 71.17 | 84.39 | - |
| YUV | 218.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 229 | 0.10 | 0.03 | 0 | 0.10 | 199.09 | 0.3 | 0.85 |
| Hex | CF | DE | E5 | A | 3 | 0 | A | C7 | 1E | 55 |
| Octal | 317 | 336 | 345 | 12 | 3 | 0 | 12 | 307 | 36 | 125 |
| Binary | 11001111 | 11011110 | 11100101 | 1010 | 11 | 0 | 1010 | 11000111 | 11110 | 1010101 |
Color Harmonies of #CFDEE5
Complementary color
Monochromatic Colors of #CFDEE5
Black with #CFDEE5
Text Example
Text Example
White with #CFDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEE5; }
p { color: rgb(207,222,229); }
H1.HeaderClassName
{
color: #CFDEE5;
}
.AnyTagClassName
{
color: #CFDEE5;
}
</style>
background-color css
<style>
a { background-color: #CFDEE5; }
a { background-color: rgb(207,222,229); }
div.DivClassName
{
background-color: #CFDEE5;
}
.BgClassName
{
background-color: #CFDEE5;
}
</style>
border-color css
<style>
span { border-color: #CFDEE5; }
span { border-color: rgb(207,222,229); }
td.TdClassName
{
border-color: #CFDEE5;
}
.TagClassName
{
border-color: #CFDEE5;
}
</style>