Shades of Pattens Blue #C4DCEC
Tints of Pattens Blue #C4DCEC
RGB
CMYK
RGB Variations
Color information
#C4DCEC (or 0xC4DCEC) is known color: Pattens Blue. HEX triplet: C4, DC and EC. RGB value is (196,220,236). Sum of RGB (Red+Green+Blue) = 196+220+236=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCEC is #3B2313. Grayscale: #D6D6D6. Windows color (decimal): -3875604 or 15523012. OLE color: 15523012.
HSL color Cylindrical-coordinate representation of color #C4DCEC: hue angle of 204º 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 #C4DCEC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 220 | 236 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.07 |
| HSL | 204º | 0.51% | 0.85% | - |
| HSV(B) | 204º | 0.17% | 0.93% | - |
| XYZ | 63.5 | 68.98 | 89.32 | - |
| YUV | 214.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 236 | 0.17 | 0.07 | 0 | 0.07 | 204 | 0.51 | 0.85 |
| Hex | C4 | DC | EC | 11 | 7 | 0 | 7 | CC | 33 | 55 |
| Octal | 304 | 334 | 354 | 21 | 7 | 0 | 7 | 314 | 63 | 125 |
| Binary | 11000100 | 11011100 | 11101100 | 10001 | 111 | 0 | 111 | 11001100 | 110011 | 1010101 |
Color Harmonies of #C4DCEC
Complementary color
Monochromatic Colors of #C4DCEC
Black with #C4DCEC
Text Example
Text Example
White with #C4DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCEC; }
p { color: rgb(196,220,236); }
H1.HeaderClassName
{
color: #C4DCEC;
}
.AnyTagClassName
{
color: #C4DCEC;
}
</style>
background-color css
<style>
a { background-color: #C4DCEC; }
a { background-color: rgb(196,220,236); }
div.DivClassName
{
background-color: #C4DCEC;
}
.BgClassName
{
background-color: #C4DCEC;
}
</style>
border-color css
<style>
span { border-color: #C4DCEC; }
span { border-color: rgb(196,220,236); }
td.TdClassName
{
border-color: #C4DCEC;
}
.TagClassName
{
border-color: #C4DCEC;
}
</style>