Shades of Pattens Blue #CEE1F2
Tints of Pattens Blue #CEE1F2
RGB
CMYK
RGB Variations
Color information
#CEE1F2 (or 0xCEE1F2) is known color: Pattens Blue. HEX triplet: CE, E1 and F2. RGB value is (206,225,242). Sum of RGB (Red+Green+Blue) = 206+225+242=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1F2 is #311E0D. Grayscale: #DDDDDD. Windows color (decimal): -3218958 or 15917518. OLE color: 15917518.
HSL color Cylindrical-coordinate representation of color #CEE1F2: hue angle of 208.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE1F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 225 | 242 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 208.33º | 0.58% | 0.88% | - |
| HSV(B) | 208.33º | 0.15% | 0.95% | - |
| XYZ | 68.41 | 73.38 | 94.56 | - |
| YUV | 221.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 242 | 0.15 | 0.07 | 0 | 0.05 | 208.33 | 0.58 | 0.88 |
| Hex | CE | E1 | F2 | F | 7 | 0 | 5 | D0 | 3A | 58 |
| Octal | 316 | 341 | 362 | 17 | 7 | 0 | 5 | 320 | 72 | 130 |
| Binary | 11001110 | 11100001 | 11110010 | 1111 | 111 | 0 | 101 | 11010000 | 111010 | 1011000 |
Color Harmonies of #CEE1F2
Complementary color
Monochromatic Colors of #CEE1F2
Black with #CEE1F2
Text Example
Text Example
White with #CEE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1F2; }
p { color: rgb(206,225,242); }
H1.HeaderClassName
{
color: #CEE1F2;
}
.AnyTagClassName
{
color: #CEE1F2;
}
</style>
background-color css
<style>
a { background-color: #CEE1F2; }
a { background-color: rgb(206,225,242); }
div.DivClassName
{
background-color: #CEE1F2;
}
.BgClassName
{
background-color: #CEE1F2;
}
</style>
border-color css
<style>
span { border-color: #CEE1F2; }
span { border-color: rgb(206,225,242); }
td.TdClassName
{
border-color: #CEE1F2;
}
.TagClassName
{
border-color: #CEE1F2;
}
</style>