Shades of Pattens Blue #CED9E1
Tints of Pattens Blue #CED9E1
RGB
CMYK
RGB Variations
Color information
#CED9E1 (or 0xCED9E1) is known color: Pattens Blue. HEX triplet: CE, D9 and E1. RGB value is (206,217,225). Sum of RGB (Red+Green+Blue) = 206+217+225=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 225 - color contains mainly: blue. Hex color #CED9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9E1 is #31261E. Grayscale: #D6D6D6. Windows color (decimal): -3221023 or 14801358. OLE color: 14801358.
HSL color Cylindrical-coordinate representation of color #CED9E1: hue angle of 205.26º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED9E1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 217 | 225 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.12 |
| HSL | 205.26º | 0.24% | 0.85% | - |
| HSV(B) | 205.26º | 0.08% | 0.88% | - |
| XYZ | 63.86 | 68.18 | 81.03 | - |
| YUV | 214.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 225 | 0.08 | 0.04 | 0 | 0.12 | 205.26 | 0.24 | 0.85 |
| Hex | CE | D9 | E1 | 8 | 4 | 0 | C | CD | 18 | 55 |
| Octal | 316 | 331 | 341 | 10 | 4 | 0 | 14 | 315 | 30 | 125 |
| Binary | 11001110 | 11011001 | 11100001 | 1000 | 100 | 0 | 1100 | 11001101 | 11000 | 1010101 |
Color Harmonies of #CED9E1
Complementary color
Monochromatic Colors of #CED9E1
Black with #CED9E1
Text Example
Text Example
White with #CED9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9E1; }
p { color: rgb(206,217,225); }
H1.HeaderClassName
{
color: #CED9E1;
}
.AnyTagClassName
{
color: #CED9E1;
}
</style>
background-color css
<style>
a { background-color: #CED9E1; }
a { background-color: rgb(206,217,225); }
div.DivClassName
{
background-color: #CED9E1;
}
.BgClassName
{
background-color: #CED9E1;
}
</style>
border-color css
<style>
span { border-color: #CED9E1; }
span { border-color: rgb(206,217,225); }
td.TdClassName
{
border-color: #CED9E1;
}
.TagClassName
{
border-color: #CED9E1;
}
</style>