Shades of Pattens Blue #CFE5ED
Tints of Pattens Blue #CFE5ED
RGB
CMYK
RGB Variations
Color information
#CFE5ED (or 0xCFE5ED) is known color: Pattens Blue. HEX triplet: CF, E5 and ED. RGB value is (207,229,237). Sum of RGB (Red+Green+Blue) = 207+229+237=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5ED is #301A12. Grayscale: #DFDFDF. Windows color (decimal): -3152403 or 15590863. OLE color: 15590863.
HSL color Cylindrical-coordinate representation of color #CFE5ED: hue angle of 196º degrees, saturation: 0.45, 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 #CFE5ED is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 229 | 237 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.07 |
| HSL | 196º | 0.45% | 0.87% | - |
| HSV(B) | 196º | 0.13% | 0.93% | - |
| XYZ | 69.04 | 75.42 | 91.04 | - |
| YUV | 223.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 237 | 0.13 | 0.03 | 0 | 0.07 | 196 | 0.45 | 0.87 |
| Hex | CF | E5 | ED | D | 3 | 0 | 7 | C4 | 2D | 57 |
| Octal | 317 | 345 | 355 | 15 | 3 | 0 | 7 | 304 | 55 | 127 |
| Binary | 11001111 | 11100101 | 11101101 | 1101 | 11 | 0 | 111 | 11000100 | 101101 | 1010111 |
Color Harmonies of #CFE5ED
Complementary color
Monochromatic Colors of #CFE5ED
Black with #CFE5ED
Text Example
Text Example
White with #CFE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5ED; }
p { color: rgb(207,229,237); }
H1.HeaderClassName
{
color: #CFE5ED;
}
.AnyTagClassName
{
color: #CFE5ED;
}
</style>
background-color css
<style>
a { background-color: #CFE5ED; }
a { background-color: rgb(207,229,237); }
div.DivClassName
{
background-color: #CFE5ED;
}
.BgClassName
{
background-color: #CFE5ED;
}
</style>
border-color css
<style>
span { border-color: #CFE5ED; }
span { border-color: rgb(207,229,237); }
td.TdClassName
{
border-color: #CFE5ED;
}
.TagClassName
{
border-color: #CFE5ED;
}
</style>