Shades of Pattens Blue #CEE7F4
Tints of Pattens Blue #CEE7F4
RGB
CMYK
RGB Variations
Color information
#CEE7F4 (or 0xCEE7F4) is known color: Pattens Blue. HEX triplet: CE, E7 and F4. RGB value is (206,231,244). Sum of RGB (Red+Green+Blue) = 206+231+244=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEE7F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7F4 is #31180B. Grayscale: #E0E0E0. Windows color (decimal): -3217420 or 16050126. OLE color: 16050126.
HSL color Cylindrical-coordinate representation of color #CEE7F4: hue angle of 200.53º 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 #CEE7F4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 231 | 244 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 200.53º | 0.63% | 0.88% | - |
| HSV(B) | 200.53º | 0.16% | 0.96% | - |
| XYZ | 70.36 | 76.81 | 96.7 | - |
| YUV | 225.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 244 | 0.16 | 0.05 | 0 | 0.04 | 200.53 | 0.63 | 0.88 |
| Hex | CE | E7 | F4 | 10 | 5 | 0 | 4 | C9 | 3F | 58 |
| Octal | 316 | 347 | 364 | 20 | 5 | 0 | 4 | 311 | 77 | 130 |
| Binary | 11001110 | 11100111 | 11110100 | 10000 | 101 | 0 | 100 | 11001001 | 111111 | 1011000 |
Color Harmonies of #CEE7F4
Complementary color
Monochromatic Colors of #CEE7F4
Black with #CEE7F4
Text Example
Text Example
White with #CEE7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7F4; }
p { color: rgb(206,231,244); }
H1.HeaderClassName
{
color: #CEE7F4;
}
.AnyTagClassName
{
color: #CEE7F4;
}
</style>
background-color css
<style>
a { background-color: #CEE7F4; }
a { background-color: rgb(206,231,244); }
div.DivClassName
{
background-color: #CEE7F4;
}
.BgClassName
{
background-color: #CEE7F4;
}
</style>
border-color css
<style>
span { border-color: #CEE7F4; }
span { border-color: rgb(206,231,244); }
td.TdClassName
{
border-color: #CEE7F4;
}
.TagClassName
{
border-color: #CEE7F4;
}
</style>