Shades of Pattens Blue #CEDEEC
Tints of Pattens Blue #CEDEEC
RGB
CMYK
RGB Variations
Color information
#CEDEEC (or 0xCEDEEC) is known color: Pattens Blue. HEX triplet: CE, DE and EC. RGB value is (206,222,236). Sum of RGB (Red+Green+Blue) = 206+222+236=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEEC is #312113. Grayscale: #DADADA. Windows color (decimal): -3219732 or 15523534. OLE color: 15523534.
HSL color Cylindrical-coordinate representation of color #CEDEEC: hue angle of 208º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDEEC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 222 | 236 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.07 |
| HSL | 208º | 0.44% | 0.87% | - |
| HSV(B) | 208º | 0.13% | 0.93% | - |
| XYZ | 66.72 | 71.42 | 89.63 | - |
| YUV | 218.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 236 | 0.13 | 0.06 | 0 | 0.07 | 208 | 0.44 | 0.87 |
| Hex | CE | DE | EC | D | 6 | 0 | 7 | D0 | 2C | 57 |
| Octal | 316 | 336 | 354 | 15 | 6 | 0 | 7 | 320 | 54 | 127 |
| Binary | 11001110 | 11011110 | 11101100 | 1101 | 110 | 0 | 111 | 11010000 | 101100 | 1010111 |
Color Harmonies of #CEDEEC
Complementary color
Monochromatic Colors of #CEDEEC
Black with #CEDEEC
Text Example
Text Example
White with #CEDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEEC; }
p { color: rgb(206,222,236); }
H1.HeaderClassName
{
color: #CEDEEC;
}
.AnyTagClassName
{
color: #CEDEEC;
}
</style>
background-color css
<style>
a { background-color: #CEDEEC; }
a { background-color: rgb(206,222,236); }
div.DivClassName
{
background-color: #CEDEEC;
}
.BgClassName
{
background-color: #CEDEEC;
}
</style>
border-color css
<style>
span { border-color: #CEDEEC; }
span { border-color: rgb(206,222,236); }
td.TdClassName
{
border-color: #CEDEEC;
}
.TagClassName
{
border-color: #CEDEEC;
}
</style>