Shades of Pattens Blue #CDE4EC
Tints of Pattens Blue #CDE4EC
RGB
CMYK
RGB Variations
Color information
#CDE4EC (or 0xCDE4EC) is known color: Pattens Blue. HEX triplet: CD, E4 and EC. RGB value is (205,228,236). Sum of RGB (Red+Green+Blue) = 205+228+236=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4EC is #321B13. Grayscale: #DDDDDD. Windows color (decimal): -3283732 or 15525069. OLE color: 15525069.
HSL color Cylindrical-coordinate representation of color #CDE4EC: hue angle of 195.48º 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 #CDE4EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 228 | 236 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.07 |
| HSL | 195.48º | 0.45% | 0.86% | - |
| HSV(B) | 195.48º | 0.13% | 0.93% | - |
| XYZ | 68.06 | 74.52 | 90.15 | - |
| YUV | 222.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 236 | 0.13 | 0.03 | 0 | 0.07 | 195.48 | 0.45 | 0.86 |
| Hex | CD | E4 | EC | D | 3 | 0 | 7 | C3 | 2D | 56 |
| Octal | 315 | 344 | 354 | 15 | 3 | 0 | 7 | 303 | 55 | 126 |
| Binary | 11001101 | 11100100 | 11101100 | 1101 | 11 | 0 | 111 | 11000011 | 101101 | 1010110 |
Color Harmonies of #CDE4EC
Complementary color
Monochromatic Colors of #CDE4EC
Black with #CDE4EC
Text Example
Text Example
White with #CDE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4EC; }
p { color: rgb(205,228,236); }
H1.HeaderClassName
{
color: #CDE4EC;
}
.AnyTagClassName
{
color: #CDE4EC;
}
</style>
background-color css
<style>
a { background-color: #CDE4EC; }
a { background-color: rgb(205,228,236); }
div.DivClassName
{
background-color: #CDE4EC;
}
.BgClassName
{
background-color: #CDE4EC;
}
</style>
border-color css
<style>
span { border-color: #CDE4EC; }
span { border-color: rgb(205,228,236); }
td.TdClassName
{
border-color: #CDE4EC;
}
.TagClassName
{
border-color: #CDE4EC;
}
</style>