Shades of Pattens Blue #CED9E3
Tints of Pattens Blue #CED9E3
RGB
CMYK
RGB Variations
Color information
#CED9E3 (or 0xCED9E3) is known color: Pattens Blue. HEX triplet: CE, D9 and E3. RGB value is (206,217,227). Sum of RGB (Red+Green+Blue) = 206+217+227=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 227 - color contains mainly: blue. Hex color #CED9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9E3 is #31261C. Grayscale: #D6D6D6. Windows color (decimal): -3221021 or 14932430. OLE color: 14932430.
HSL color Cylindrical-coordinate representation of color #CED9E3: hue angle of 208.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED9E3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 217 | 227 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.11 |
| HSL | 208.57º | 0.27% | 0.85% | - |
| HSV(B) | 208.57º | 0.09% | 0.89% | - |
| XYZ | 64.13 | 68.29 | 82.47 | - |
| YUV | 214.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 227 | 0.09 | 0.04 | 0 | 0.11 | 208.57 | 0.27 | 0.85 |
| Hex | CE | D9 | E3 | 9 | 4 | 0 | B | D1 | 1B | 55 |
| Octal | 316 | 331 | 343 | 11 | 4 | 0 | 13 | 321 | 33 | 125 |
| Binary | 11001110 | 11011001 | 11100011 | 1001 | 100 | 0 | 1011 | 11010001 | 11011 | 1010101 |
Color Harmonies of #CED9E3
Complementary color
Monochromatic Colors of #CED9E3
Black with #CED9E3
Text Example
Text Example
White with #CED9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9E3; }
p { color: rgb(206,217,227); }
H1.HeaderClassName
{
color: #CED9E3;
}
.AnyTagClassName
{
color: #CED9E3;
}
</style>
background-color css
<style>
a { background-color: #CED9E3; }
a { background-color: rgb(206,217,227); }
div.DivClassName
{
background-color: #CED9E3;
}
.BgClassName
{
background-color: #CED9E3;
}
</style>
border-color css
<style>
span { border-color: #CED9E3; }
span { border-color: rgb(206,217,227); }
td.TdClassName
{
border-color: #CED9E3;
}
.TagClassName
{
border-color: #CED9E3;
}
</style>