Shades of Pattens Blue #CEDFEF
Tints of Pattens Blue #CEDFEF
RGB
CMYK
RGB Variations
Color information
#CEDFEF (or 0xCEDFEF) is known color: Pattens Blue. HEX triplet: CE, DF and EF. RGB value is (206,223,239). Sum of RGB (Red+Green+Blue) = 206+223+239=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEDFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFEF is #312010. Grayscale: #DBDBDB. Windows color (decimal): -3219473 or 15720398. OLE color: 15720398.
HSL color Cylindrical-coordinate representation of color #CEDFEF: hue angle of 209.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDFEF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 223 | 239 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.06 |
| HSL | 209.09º | 0.51% | 0.87% | - |
| HSV(B) | 209.09º | 0.14% | 0.94% | - |
| XYZ | 67.42 | 72.13 | 92.03 | - |
| YUV | 219.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 239 | 0.14 | 0.07 | 0 | 0.06 | 209.09 | 0.51 | 0.87 |
| Hex | CE | DF | EF | E | 7 | 0 | 6 | D1 | 33 | 57 |
| Octal | 316 | 337 | 357 | 16 | 7 | 0 | 6 | 321 | 63 | 127 |
| Binary | 11001110 | 11011111 | 11101111 | 1110 | 111 | 0 | 110 | 11010001 | 110011 | 1010111 |
Color Harmonies of #CEDFEF
Complementary color
Monochromatic Colors of #CEDFEF
Black with #CEDFEF
Text Example
Text Example
White with #CEDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFEF; }
p { color: rgb(206,223,239); }
H1.HeaderClassName
{
color: #CEDFEF;
}
.AnyTagClassName
{
color: #CEDFEF;
}
</style>
background-color css
<style>
a { background-color: #CEDFEF; }
a { background-color: rgb(206,223,239); }
div.DivClassName
{
background-color: #CEDFEF;
}
.BgClassName
{
background-color: #CEDFEF;
}
</style>
border-color css
<style>
span { border-color: #CEDFEF; }
span { border-color: rgb(206,223,239); }
td.TdClassName
{
border-color: #CEDFEF;
}
.TagClassName
{
border-color: #CEDFEF;
}
</style>