Shades of Pattens Blue #CDE3EC
Tints of Pattens Blue #CDE3EC
RGB
CMYK
RGB Variations
Color information
#CDE3EC (or 0xCDE3EC) is known color: Pattens Blue. HEX triplet: CD, E3 and EC. RGB value is (205,227,236). Sum of RGB (Red+Green+Blue) = 205+227+236=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3EC is #321C13. Grayscale: #DDDDDD. Windows color (decimal): -3283988 or 15524813. OLE color: 15524813.
HSL color Cylindrical-coordinate representation of color #CDE3EC: hue angle of 197.42º 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 #CDE3EC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 227 | 236 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.07 |
| HSL | 197.42º | 0.45% | 0.86% | - |
| HSV(B) | 197.42º | 0.13% | 0.93% | - |
| XYZ | 67.79 | 73.97 | 90.06 | - |
| YUV | 221.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 236 | 0.13 | 0.04 | 0 | 0.07 | 197.42 | 0.45 | 0.86 |
| Hex | CD | E3 | EC | D | 4 | 0 | 7 | C5 | 2D | 56 |
| Octal | 315 | 343 | 354 | 15 | 4 | 0 | 7 | 305 | 55 | 126 |
| Binary | 11001101 | 11100011 | 11101100 | 1101 | 100 | 0 | 111 | 11000101 | 101101 | 1010110 |
Color Harmonies of #CDE3EC
Complementary color
Monochromatic Colors of #CDE3EC
Black with #CDE3EC
Text Example
Text Example
White with #CDE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3EC; }
p { color: rgb(205,227,236); }
H1.HeaderClassName
{
color: #CDE3EC;
}
.AnyTagClassName
{
color: #CDE3EC;
}
</style>
background-color css
<style>
a { background-color: #CDE3EC; }
a { background-color: rgb(205,227,236); }
div.DivClassName
{
background-color: #CDE3EC;
}
.BgClassName
{
background-color: #CDE3EC;
}
</style>
border-color css
<style>
span { border-color: #CDE3EC; }
span { border-color: rgb(205,227,236); }
td.TdClassName
{
border-color: #CDE3EC;
}
.TagClassName
{
border-color: #CDE3EC;
}
</style>