Shades of Pattens Blue #CEE0F0
Tints of Pattens Blue #CEE0F0
RGB
CMYK
RGB Variations
Color information
#CEE0F0 (or 0xCEE0F0) is known color: Pattens Blue. HEX triplet: CE, E0 and F0. RGB value is (206,224,240). Sum of RGB (Red+Green+Blue) = 206+224+240=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F0 is #311F0F. Grayscale: #DCDCDC. Windows color (decimal): -3219216 or 15786190. OLE color: 15786190.
HSL color Cylindrical-coordinate representation of color #CEE0F0: hue angle of 208.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEE0F0 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 224 | 240 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.06 |
| HSL | 208.24º | 0.53% | 0.87% | - |
| HSV(B) | 208.24º | 0.14% | 0.94% | - |
| XYZ | 67.84 | 72.72 | 92.9 | - |
| YUV | 220.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 240 | 0.14 | 0.07 | 0 | 0.06 | 208.24 | 0.53 | 0.87 |
| Hex | CE | E0 | F0 | E | 7 | 0 | 6 | D0 | 35 | 57 |
| Octal | 316 | 340 | 360 | 16 | 7 | 0 | 6 | 320 | 65 | 127 |
| Binary | 11001110 | 11100000 | 11110000 | 1110 | 111 | 0 | 110 | 11010000 | 110101 | 1010111 |
Color Harmonies of #CEE0F0
Complementary color
Monochromatic Colors of #CEE0F0
Black with #CEE0F0
Text Example
Text Example
White with #CEE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0F0; }
p { color: rgb(206,224,240); }
H1.HeaderClassName
{
color: #CEE0F0;
}
.AnyTagClassName
{
color: #CEE0F0;
}
</style>
background-color css
<style>
a { background-color: #CEE0F0; }
a { background-color: rgb(206,224,240); }
div.DivClassName
{
background-color: #CEE0F0;
}
.BgClassName
{
background-color: #CEE0F0;
}
</style>
border-color css
<style>
span { border-color: #CEE0F0; }
span { border-color: rgb(206,224,240); }
td.TdClassName
{
border-color: #CEE0F0;
}
.TagClassName
{
border-color: #CEE0F0;
}
</style>