Shades of Pattens Blue #CFE3EE
Tints of Pattens Blue #CFE3EE
RGB
CMYK
RGB Variations
Color information
#CFE3EE (or 0xCFE3EE) is known color: Pattens Blue. HEX triplet: CF, E3 and EE. RGB value is (207,227,238). Sum of RGB (Red+Green+Blue) = 207+227+238=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3EE is #301C11. Grayscale: #DEDEDE. Windows color (decimal): -3152914 or 15655887. OLE color: 15655887.
HSL color Cylindrical-coordinate representation of color #CFE3EE: hue angle of 201.29º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE3EE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 227 | 238 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.07 |
| HSL | 201.29º | 0.48% | 0.87% | - |
| HSV(B) | 201.29º | 0.13% | 0.93% | - |
| XYZ | 68.63 | 74.38 | 91.63 | - |
| YUV | 222.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 238 | 0.13 | 0.05 | 0 | 0.07 | 201.29 | 0.48 | 0.87 |
| Hex | CF | E3 | EE | D | 5 | 0 | 7 | C9 | 30 | 57 |
| Octal | 317 | 343 | 356 | 15 | 5 | 0 | 7 | 311 | 60 | 127 |
| Binary | 11001111 | 11100011 | 11101110 | 1101 | 101 | 0 | 111 | 11001001 | 110000 | 1010111 |
Color Harmonies of #CFE3EE
Complementary color
Monochromatic Colors of #CFE3EE
Black with #CFE3EE
Text Example
Text Example
White with #CFE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3EE; }
p { color: rgb(207,227,238); }
H1.HeaderClassName
{
color: #CFE3EE;
}
.AnyTagClassName
{
color: #CFE3EE;
}
</style>
background-color css
<style>
a { background-color: #CFE3EE; }
a { background-color: rgb(207,227,238); }
div.DivClassName
{
background-color: #CFE3EE;
}
.BgClassName
{
background-color: #CFE3EE;
}
</style>
border-color css
<style>
span { border-color: #CFE3EE; }
span { border-color: rgb(207,227,238); }
td.TdClassName
{
border-color: #CFE3EE;
}
.TagClassName
{
border-color: #CFE3EE;
}
</style>