Shades of Pattens Blue #CEE2F4
Tints of Pattens Blue #CEE2F4
RGB
CMYK
RGB Variations
Color information
#CEE2F4 (or 0xCEE2F4) is known color: Pattens Blue. HEX triplet: CE, E2 and F4. RGB value is (206,226,244). Sum of RGB (Red+Green+Blue) = 206+226+244=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEE2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2F4 is #311D0B. Grayscale: #DDDDDD. Windows color (decimal): -3218700 or 16048846. OLE color: 16048846.
HSL color Cylindrical-coordinate representation of color #CEE2F4: hue angle of 208.42º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE2F4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 226 | 244 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.04 |
| HSL | 208.42º | 0.63% | 0.88% | - |
| HSV(B) | 208.42º | 0.16% | 0.96% | - |
| XYZ | 68.98 | 74.05 | 96.24 | - |
| YUV | 222.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 244 | 0.16 | 0.07 | 0 | 0.04 | 208.42 | 0.63 | 0.88 |
| Hex | CE | E2 | F4 | 10 | 7 | 0 | 4 | D0 | 3F | 58 |
| Octal | 316 | 342 | 364 | 20 | 7 | 0 | 4 | 320 | 77 | 130 |
| Binary | 11001110 | 11100010 | 11110100 | 10000 | 111 | 0 | 100 | 11010000 | 111111 | 1011000 |
Color Harmonies of #CEE2F4
Complementary color
Monochromatic Colors of #CEE2F4
Black with #CEE2F4
Text Example
Text Example
White with #CEE2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2F4; }
p { color: rgb(206,226,244); }
H1.HeaderClassName
{
color: #CEE2F4;
}
.AnyTagClassName
{
color: #CEE2F4;
}
</style>
background-color css
<style>
a { background-color: #CEE2F4; }
a { background-color: rgb(206,226,244); }
div.DivClassName
{
background-color: #CEE2F4;
}
.BgClassName
{
background-color: #CEE2F4;
}
</style>
border-color css
<style>
span { border-color: #CEE2F4; }
span { border-color: rgb(206,226,244); }
td.TdClassName
{
border-color: #CEE2F4;
}
.TagClassName
{
border-color: #CEE2F4;
}
</style>