Shades of Pattens Blue #CEE6F4
Tints of Pattens Blue #CEE6F4
RGB
CMYK
RGB Variations
Color information
#CEE6F4 (or 0xCEE6F4) is known color: Pattens Blue. HEX triplet: CE, E6 and F4. RGB value is (206,230,244). Sum of RGB (Red+Green+Blue) = 206+230+244=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEE6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6F4 is #31190B. Grayscale: #E0E0E0. Windows color (decimal): -3217676 or 16049870. OLE color: 16049870.
HSL color Cylindrical-coordinate representation of color #CEE6F4: hue angle of 202.11º 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 #CEE6F4 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 230 | 244 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.04 |
| HSL | 202.11º | 0.63% | 0.88% | - |
| HSV(B) | 202.11º | 0.16% | 0.96% | - |
| XYZ | 70.08 | 76.25 | 96.61 | - |
| YUV | 224.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 244 | 0.16 | 0.06 | 0 | 0.04 | 202.11 | 0.63 | 0.88 |
| Hex | CE | E6 | F4 | 10 | 6 | 0 | 4 | CA | 3F | 58 |
| Octal | 316 | 346 | 364 | 20 | 6 | 0 | 4 | 312 | 77 | 130 |
| Binary | 11001110 | 11100110 | 11110100 | 10000 | 110 | 0 | 100 | 11001010 | 111111 | 1011000 |
Color Harmonies of #CEE6F4
Complementary color
Monochromatic Colors of #CEE6F4
Black with #CEE6F4
Text Example
Text Example
White with #CEE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6F4; }
p { color: rgb(206,230,244); }
H1.HeaderClassName
{
color: #CEE6F4;
}
.AnyTagClassName
{
color: #CEE6F4;
}
</style>
background-color css
<style>
a { background-color: #CEE6F4; }
a { background-color: rgb(206,230,244); }
div.DivClassName
{
background-color: #CEE6F4;
}
.BgClassName
{
background-color: #CEE6F4;
}
</style>
border-color css
<style>
span { border-color: #CEE6F4; }
span { border-color: rgb(206,230,244); }
td.TdClassName
{
border-color: #CEE6F4;
}
.TagClassName
{
border-color: #CEE6F4;
}
</style>