Shades of Pattens Blue #CEDEEF
Tints of Pattens Blue #CEDEEF
RGB
CMYK
RGB Variations
Color information
#CEDEEF (or 0xCEDEEF) is known color: Pattens Blue. HEX triplet: CE, DE and EF. RGB value is (206,222,239). Sum of RGB (Red+Green+Blue) = 206+222+239=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEEF is #312110. Grayscale: #DBDBDB. Windows color (decimal): -3219729 or 15720142. OLE color: 15720142.
HSL color Cylindrical-coordinate representation of color #CEDEEF: hue angle of 210.91º 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 #CEDEEF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 222 | 239 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.06 |
| HSL | 210.91º | 0.51% | 0.87% | - |
| HSV(B) | 210.91º | 0.14% | 0.94% | - |
| XYZ | 67.15 | 71.6 | 91.94 | - |
| YUV | 219.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 239 | 0.14 | 0.07 | 0 | 0.06 | 210.91 | 0.51 | 0.87 |
| Hex | CE | DE | EF | E | 7 | 0 | 6 | D3 | 33 | 57 |
| Octal | 316 | 336 | 357 | 16 | 7 | 0 | 6 | 323 | 63 | 127 |
| Binary | 11001110 | 11011110 | 11101111 | 1110 | 111 | 0 | 110 | 11010011 | 110011 | 1010111 |
Color Harmonies of #CEDEEF
Complementary color
Monochromatic Colors of #CEDEEF
Black with #CEDEEF
Text Example
Text Example
White with #CEDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEEF; }
p { color: rgb(206,222,239); }
H1.HeaderClassName
{
color: #CEDEEF;
}
.AnyTagClassName
{
color: #CEDEEF;
}
</style>
background-color css
<style>
a { background-color: #CEDEEF; }
a { background-color: rgb(206,222,239); }
div.DivClassName
{
background-color: #CEDEEF;
}
.BgClassName
{
background-color: #CEDEEF;
}
</style>
border-color css
<style>
span { border-color: #CEDEEF; }
span { border-color: rgb(206,222,239); }
td.TdClassName
{
border-color: #CEDEEF;
}
.TagClassName
{
border-color: #CEDEEF;
}
</style>