Shades of Pattens Blue #CDE2EC
Tints of Pattens Blue #CDE2EC
RGB
CMYK
RGB Variations
Color information
#CDE2EC (or 0xCDE2EC) is known color: Pattens Blue. HEX triplet: CD, E2 and EC. RGB value is (205,226,236). Sum of RGB (Red+Green+Blue) = 205+226+236=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2EC is #321D13. Grayscale: #DCDCDC. Windows color (decimal): -3284244 or 15524557. OLE color: 15524557.
HSL color Cylindrical-coordinate representation of color #CDE2EC: hue angle of 199.35º 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 #CDE2EC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 226 | 236 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.07 |
| HSL | 199.35º | 0.45% | 0.86% | - |
| HSV(B) | 199.35º | 0.13% | 0.93% | - |
| XYZ | 67.51 | 73.43 | 89.97 | - |
| YUV | 220.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 236 | 0.13 | 0.04 | 0 | 0.07 | 199.35 | 0.45 | 0.86 |
| Hex | CD | E2 | EC | D | 4 | 0 | 7 | C7 | 2D | 56 |
| Octal | 315 | 342 | 354 | 15 | 4 | 0 | 7 | 307 | 55 | 126 |
| Binary | 11001101 | 11100010 | 11101100 | 1101 | 100 | 0 | 111 | 11000111 | 101101 | 1010110 |
Color Harmonies of #CDE2EC
Complementary color
Monochromatic Colors of #CDE2EC
Black with #CDE2EC
Text Example
Text Example
White with #CDE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2EC; }
p { color: rgb(205,226,236); }
H1.HeaderClassName
{
color: #CDE2EC;
}
.AnyTagClassName
{
color: #CDE2EC;
}
</style>
background-color css
<style>
a { background-color: #CDE2EC; }
a { background-color: rgb(205,226,236); }
div.DivClassName
{
background-color: #CDE2EC;
}
.BgClassName
{
background-color: #CDE2EC;
}
</style>
border-color css
<style>
span { border-color: #CDE2EC; }
span { border-color: rgb(205,226,236); }
td.TdClassName
{
border-color: #CDE2EC;
}
.TagClassName
{
border-color: #CDE2EC;
}
</style>