Shades of Pattens Blue #CEE4F0
Tints of Pattens Blue #CEE4F0
RGB
CMYK
RGB Variations
Color information
#CEE4F0 (or 0xCEE4F0) is known color: Pattens Blue. HEX triplet: CE, E4 and F0. RGB value is (206,228,240). Sum of RGB (Red+Green+Blue) = 206+228+240=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4F0 is #311B0F. Grayscale: #DEDEDE. Windows color (decimal): -3218192 or 15787214. OLE color: 15787214.
HSL color Cylindrical-coordinate representation of color #CEE4F0: hue angle of 201.18º 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 #CEE4F0 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 228 | 240 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.06 |
| HSL | 201.18º | 0.53% | 0.87% | - |
| HSV(B) | 201.18º | 0.14% | 0.94% | - |
| XYZ | 68.93 | 74.9 | 93.26 | - |
| YUV | 222.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 240 | 0.14 | 0.05 | 0 | 0.06 | 201.18 | 0.53 | 0.87 |
| Hex | CE | E4 | F0 | E | 5 | 0 | 6 | C9 | 35 | 57 |
| Octal | 316 | 344 | 360 | 16 | 5 | 0 | 6 | 311 | 65 | 127 |
| Binary | 11001110 | 11100100 | 11110000 | 1110 | 101 | 0 | 110 | 11001001 | 110101 | 1010111 |
Color Harmonies of #CEE4F0
Complementary color
Monochromatic Colors of #CEE4F0
Black with #CEE4F0
Text Example
Text Example
White with #CEE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4F0; }
p { color: rgb(206,228,240); }
H1.HeaderClassName
{
color: #CEE4F0;
}
.AnyTagClassName
{
color: #CEE4F0;
}
</style>
background-color css
<style>
a { background-color: #CEE4F0; }
a { background-color: rgb(206,228,240); }
div.DivClassName
{
background-color: #CEE4F0;
}
.BgClassName
{
background-color: #CEE4F0;
}
</style>
border-color css
<style>
span { border-color: #CEE4F0; }
span { border-color: rgb(206,228,240); }
td.TdClassName
{
border-color: #CEE4F0;
}
.TagClassName
{
border-color: #CEE4F0;
}
</style>