Shades of Pattens Blue #CEE1ED
Tints of Pattens Blue #CEE1ED
RGB
CMYK
RGB Variations
Color information
#CEE1ED (or 0xCEE1ED) is known color: Pattens Blue. HEX triplet: CE, E1 and ED. RGB value is (206,225,237). Sum of RGB (Red+Green+Blue) = 206+225+237=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1ED is #311E12. Grayscale: #DCDCDC. Windows color (decimal): -3218963 or 15589838. OLE color: 15589838.
HSL color Cylindrical-coordinate representation of color #CEE1ED: hue angle of 203.23º degrees, saturation: 0.46, 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 #CEE1ED is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 225 | 237 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.07 |
| HSL | 203.23º | 0.46% | 0.87% | - |
| HSV(B) | 203.23º | 0.13% | 0.93% | - |
| XYZ | 67.66 | 73.09 | 90.66 | - |
| YUV | 220.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 237 | 0.13 | 0.05 | 0 | 0.07 | 203.23 | 0.46 | 0.87 |
| Hex | CE | E1 | ED | D | 5 | 0 | 7 | CB | 2E | 57 |
| Octal | 316 | 341 | 355 | 15 | 5 | 0 | 7 | 313 | 56 | 127 |
| Binary | 11001110 | 11100001 | 11101101 | 1101 | 101 | 0 | 111 | 11001011 | 101110 | 1010111 |
Color Harmonies of #CEE1ED
Complementary color
Monochromatic Colors of #CEE1ED
Black with #CEE1ED
Text Example
Text Example
White with #CEE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1ED; }
p { color: rgb(206,225,237); }
H1.HeaderClassName
{
color: #CEE1ED;
}
.AnyTagClassName
{
color: #CEE1ED;
}
</style>
background-color css
<style>
a { background-color: #CEE1ED; }
a { background-color: rgb(206,225,237); }
div.DivClassName
{
background-color: #CEE1ED;
}
.BgClassName
{
background-color: #CEE1ED;
}
</style>
border-color css
<style>
span { border-color: #CEE1ED; }
span { border-color: rgb(206,225,237); }
td.TdClassName
{
border-color: #CEE1ED;
}
.TagClassName
{
border-color: #CEE1ED;
}
</style>