Shades of Pattens Blue #CEE1F1
Tints of Pattens Blue #CEE1F1
RGB
CMYK
RGB Variations
Color information
#CEE1F1 (or 0xCEE1F1) is known color: Pattens Blue. HEX triplet: CE, E1 and F1. RGB value is (206,225,241). Sum of RGB (Red+Green+Blue) = 206+225+241=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1F1 is #311E0E. Grayscale: #DDDDDD. Windows color (decimal): -3218959 or 15851982. OLE color: 15851982.
HSL color Cylindrical-coordinate representation of color #CEE1F1: hue angle of 207.43º degrees, saturation: 0.56, 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 #CEE1F1 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 225 | 241 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 207.43º | 0.56% | 0.88% | - |
| HSV(B) | 207.43º | 0.15% | 0.95% | - |
| XYZ | 68.26 | 73.32 | 93.77 | - |
| YUV | 221.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 241 | 0.15 | 0.07 | 0 | 0.05 | 207.43 | 0.56 | 0.88 |
| Hex | CE | E1 | F1 | F | 7 | 0 | 5 | CF | 38 | 58 |
| Octal | 316 | 341 | 361 | 17 | 7 | 0 | 5 | 317 | 70 | 130 |
| Binary | 11001110 | 11100001 | 11110001 | 1111 | 111 | 0 | 101 | 11001111 | 111000 | 1011000 |
Color Harmonies of #CEE1F1
Complementary color
Monochromatic Colors of #CEE1F1
Black with #CEE1F1
Text Example
Text Example
White with #CEE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1F1; }
p { color: rgb(206,225,241); }
H1.HeaderClassName
{
color: #CEE1F1;
}
.AnyTagClassName
{
color: #CEE1F1;
}
</style>
background-color css
<style>
a { background-color: #CEE1F1; }
a { background-color: rgb(206,225,241); }
div.DivClassName
{
background-color: #CEE1F1;
}
.BgClassName
{
background-color: #CEE1F1;
}
</style>
border-color css
<style>
span { border-color: #CEE1F1; }
span { border-color: rgb(206,225,241); }
td.TdClassName
{
border-color: #CEE1F1;
}
.TagClassName
{
border-color: #CEE1F1;
}
</style>