Shades of Pattens Blue #CFE0E5
Tints of Pattens Blue #CFE0E5
RGB
CMYK
RGB Variations
Color information
#CFE0E5 (or 0xCFE0E5) is known color: Pattens Blue. HEX triplet: CF, E0 and E5. RGB value is (207,224,229). Sum of RGB (Red+Green+Blue) = 207+224+229=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0E5 is #301F1A. Grayscale: #DBDBDB. Windows color (decimal): -3153691 or 15065295. OLE color: 15065295.
HSL color Cylindrical-coordinate representation of color #CFE0E5: hue angle of 193.64º 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 #CFE0E5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 224 | 229 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.10 |
| HSL | 193.64º | 0.3% | 0.85% | - |
| HSV(B) | 193.64º | 0.1% | 0.9% | - |
| XYZ | 66.53 | 72.23 | 84.56 | - |
| YUV | 219.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 229 | 0.10 | 0.02 | 0 | 0.10 | 193.64 | 0.3 | 0.85 |
| Hex | CF | E0 | E5 | A | 2 | 0 | A | C2 | 1E | 55 |
| Octal | 317 | 340 | 345 | 12 | 2 | 0 | 12 | 302 | 36 | 125 |
| Binary | 11001111 | 11100000 | 11100101 | 1010 | 10 | 0 | 1010 | 11000010 | 11110 | 1010101 |
Color Harmonies of #CFE0E5
Complementary color
Monochromatic Colors of #CFE0E5
Black with #CFE0E5
Text Example
Text Example
White with #CFE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0E5; }
p { color: rgb(207,224,229); }
H1.HeaderClassName
{
color: #CFE0E5;
}
.AnyTagClassName
{
color: #CFE0E5;
}
</style>
background-color css
<style>
a { background-color: #CFE0E5; }
a { background-color: rgb(207,224,229); }
div.DivClassName
{
background-color: #CFE0E5;
}
.BgClassName
{
background-color: #CFE0E5;
}
</style>
border-color css
<style>
span { border-color: #CFE0E5; }
span { border-color: rgb(207,224,229); }
td.TdClassName
{
border-color: #CFE0E5;
}
.TagClassName
{
border-color: #CFE0E5;
}
</style>