Shades of Pattens Blue #CDE5EC
Tints of Pattens Blue #CDE5EC
RGB
CMYK
RGB Variations
Color information
#CDE5EC (or 0xCDE5EC) is known color: Pattens Blue. HEX triplet: CD, E5 and EC. RGB value is (205,229,236). Sum of RGB (Red+Green+Blue) = 205+229+236=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5EC is #321A13. Grayscale: #DEDEDE. Windows color (decimal): -3283476 or 15525325. OLE color: 15525325.
HSL color Cylindrical-coordinate representation of color #CDE5EC: hue angle of 193.55º 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 #CDE5EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 229 | 236 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.07 |
| HSL | 193.55º | 0.45% | 0.86% | - |
| HSV(B) | 193.55º | 0.13% | 0.93% | - |
| XYZ | 68.34 | 75.07 | 90.25 | - |
| YUV | 222.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 236 | 0.13 | 0.03 | 0 | 0.07 | 193.55 | 0.45 | 0.86 |
| Hex | CD | E5 | EC | D | 3 | 0 | 7 | C2 | 2D | 56 |
| Octal | 315 | 345 | 354 | 15 | 3 | 0 | 7 | 302 | 55 | 126 |
| Binary | 11001101 | 11100101 | 11101100 | 1101 | 11 | 0 | 111 | 11000010 | 101101 | 1010110 |
Color Harmonies of #CDE5EC
Complementary color
Monochromatic Colors of #CDE5EC
Black with #CDE5EC
Text Example
Text Example
White with #CDE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5EC; }
p { color: rgb(205,229,236); }
H1.HeaderClassName
{
color: #CDE5EC;
}
.AnyTagClassName
{
color: #CDE5EC;
}
</style>
background-color css
<style>
a { background-color: #CDE5EC; }
a { background-color: rgb(205,229,236); }
div.DivClassName
{
background-color: #CDE5EC;
}
.BgClassName
{
background-color: #CDE5EC;
}
</style>
border-color css
<style>
span { border-color: #CDE5EC; }
span { border-color: rgb(205,229,236); }
td.TdClassName
{
border-color: #CDE5EC;
}
.TagClassName
{
border-color: #CDE5EC;
}
</style>