Shades of Pattens Blue #CEE3F6
Tints of Pattens Blue #CEE3F6
RGB
CMYK
RGB Variations
Color information
#CEE3F6 (or 0xCEE3F6) is known color: Pattens Blue. HEX triplet: CE, E3 and F6. RGB value is (206,227,246). Sum of RGB (Red+Green+Blue) = 206+227+246=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEE3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3F6 is #311C09. Grayscale: #DEDEDE. Windows color (decimal): -3218442 or 16180174. OLE color: 16180174.
HSL color Cylindrical-coordinate representation of color #CEE3F6: hue angle of 208.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE3F6 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 227 | 246 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.04 |
| HSL | 208.5º | 0.69% | 0.89% | - |
| HSV(B) | 208.5º | 0.16% | 0.96% | - |
| XYZ | 69.56 | 74.71 | 97.94 | - |
| YUV | 222.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 246 | 0.16 | 0.08 | 0 | 0.04 | 208.5 | 0.69 | 0.89 |
| Hex | CE | E3 | F6 | 10 | 8 | 0 | 4 | D0 | 45 | 59 |
| Octal | 316 | 343 | 366 | 20 | 10 | 0 | 4 | 320 | 105 | 131 |
| Binary | 11001110 | 11100011 | 11110110 | 10000 | 1000 | 0 | 100 | 11010000 | 1000101 | 1011001 |
Color Harmonies of #CEE3F6
Complementary color
Monochromatic Colors of #CEE3F6
Black with #CEE3F6
Text Example
Text Example
White with #CEE3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3F6; }
p { color: rgb(206,227,246); }
H1.HeaderClassName
{
color: #CEE3F6;
}
.AnyTagClassName
{
color: #CEE3F6;
}
</style>
background-color css
<style>
a { background-color: #CEE3F6; }
a { background-color: rgb(206,227,246); }
div.DivClassName
{
background-color: #CEE3F6;
}
.BgClassName
{
background-color: #CEE3F6;
}
</style>
border-color css
<style>
span { border-color: #CEE3F6; }
span { border-color: rgb(206,227,246); }
td.TdClassName
{
border-color: #CEE3F6;
}
.TagClassName
{
border-color: #CEE3F6;
}
</style>