Shades of Pattens Blue #C4DDEC
Tints of Pattens Blue #C4DDEC
RGB
CMYK
RGB Variations
Color information
#C4DDEC (or 0xC4DDEC) is known color: Pattens Blue. HEX triplet: C4, DD and EC. RGB value is (196,221,236). Sum of RGB (Red+Green+Blue) = 196+221+236=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDEC is #3B2213. Grayscale: #D7D7D7. Windows color (decimal): -3875348 or 15523268. OLE color: 15523268.
HSL color Cylindrical-coordinate representation of color #C4DDEC: hue angle of 202.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4DDEC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 221 | 236 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.07 |
| HSL | 202.5º | 0.51% | 0.85% | - |
| HSV(B) | 202.5º | 0.17% | 0.93% | - |
| XYZ | 63.76 | 69.5 | 89.41 | - |
| YUV | 215.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 236 | 0.17 | 0.06 | 0 | 0.07 | 202.5 | 0.51 | 0.85 |
| Hex | C4 | DD | EC | 11 | 6 | 0 | 7 | CA | 33 | 55 |
| Octal | 304 | 335 | 354 | 21 | 6 | 0 | 7 | 312 | 63 | 125 |
| Binary | 11000100 | 11011101 | 11101100 | 10001 | 110 | 0 | 111 | 11001010 | 110011 | 1010101 |
Color Harmonies of #C4DDEC
Complementary color
Monochromatic Colors of #C4DDEC
Black with #C4DDEC
Text Example
Text Example
White with #C4DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDEC; }
p { color: rgb(196,221,236); }
H1.HeaderClassName
{
color: #C4DDEC;
}
.AnyTagClassName
{
color: #C4DDEC;
}
</style>
background-color css
<style>
a { background-color: #C4DDEC; }
a { background-color: rgb(196,221,236); }
div.DivClassName
{
background-color: #C4DDEC;
}
.BgClassName
{
background-color: #C4DDEC;
}
</style>
border-color css
<style>
span { border-color: #C4DDEC; }
span { border-color: rgb(196,221,236); }
td.TdClassName
{
border-color: #C4DDEC;
}
.TagClassName
{
border-color: #C4DDEC;
}
</style>