Shades of Pattens Blue #CDE1EC
Tints of Pattens Blue #CDE1EC
RGB
CMYK
RGB Variations
Color information
#CDE1EC (or 0xCDE1EC) is known color: Pattens Blue. HEX triplet: CD, E1 and EC. RGB value is (205,225,236). Sum of RGB (Red+Green+Blue) = 205+225+236=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1EC is #321E13. Grayscale: #DCDCDC. Windows color (decimal): -3284500 or 15524301. OLE color: 15524301.
HSL color Cylindrical-coordinate representation of color #CDE1EC: hue angle of 201.29º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE1EC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 225 | 236 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.07 |
| HSL | 201.29º | 0.45% | 0.86% | - |
| HSV(B) | 201.29º | 0.13% | 0.93% | - |
| XYZ | 67.24 | 72.89 | 89.88 | - |
| YUV | 220.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 236 | 0.13 | 0.05 | 0 | 0.07 | 201.29 | 0.45 | 0.86 |
| Hex | CD | E1 | EC | D | 5 | 0 | 7 | C9 | 2D | 56 |
| Octal | 315 | 341 | 354 | 15 | 5 | 0 | 7 | 311 | 55 | 126 |
| Binary | 11001101 | 11100001 | 11101100 | 1101 | 101 | 0 | 111 | 11001001 | 101101 | 1010110 |
Color Harmonies of #CDE1EC
Complementary color
Monochromatic Colors of #CDE1EC
Black with #CDE1EC
Text Example
Text Example
White with #CDE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1EC; }
p { color: rgb(205,225,236); }
H1.HeaderClassName
{
color: #CDE1EC;
}
.AnyTagClassName
{
color: #CDE1EC;
}
</style>
background-color css
<style>
a { background-color: #CDE1EC; }
a { background-color: rgb(205,225,236); }
div.DivClassName
{
background-color: #CDE1EC;
}
.BgClassName
{
background-color: #CDE1EC;
}
</style>
border-color css
<style>
span { border-color: #CDE1EC; }
span { border-color: rgb(205,225,236); }
td.TdClassName
{
border-color: #CDE1EC;
}
.TagClassName
{
border-color: #CDE1EC;
}
</style>