Shades of Pattens Blue #C4DFEC
Tints of Pattens Blue #C4DFEC
RGB
CMYK
RGB Variations
Color information
#C4DFEC (or 0xC4DFEC) is known color: Pattens Blue. HEX triplet: C4, DF and EC. RGB value is (196,223,236). Sum of RGB (Red+Green+Blue) = 196+223+236=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFEC is #3B2013. Grayscale: #D8D8D8. Windows color (decimal): -3874836 or 15523780. OLE color: 15523780.
HSL color Cylindrical-coordinate representation of color #C4DFEC: hue angle of 199.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 #C4DFEC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 223 | 236 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.07 |
| HSL | 199.5º | 0.51% | 0.85% | - |
| HSV(B) | 199.5º | 0.17% | 0.93% | - |
| XYZ | 64.29 | 70.57 | 89.59 | - |
| YUV | 216.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 236 | 0.17 | 0.06 | 0 | 0.07 | 199.5 | 0.51 | 0.85 |
| Hex | C4 | DF | EC | 11 | 6 | 0 | 7 | C8 | 33 | 55 |
| Octal | 304 | 337 | 354 | 21 | 6 | 0 | 7 | 310 | 63 | 125 |
| Binary | 11000100 | 11011111 | 11101100 | 10001 | 110 | 0 | 111 | 11001000 | 110011 | 1010101 |
Color Harmonies of #C4DFEC
Complementary color
Monochromatic Colors of #C4DFEC
Black with #C4DFEC
Text Example
Text Example
White with #C4DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFEC; }
p { color: rgb(196,223,236); }
H1.HeaderClassName
{
color: #C4DFEC;
}
.AnyTagClassName
{
color: #C4DFEC;
}
</style>
background-color css
<style>
a { background-color: #C4DFEC; }
a { background-color: rgb(196,223,236); }
div.DivClassName
{
background-color: #C4DFEC;
}
.BgClassName
{
background-color: #C4DFEC;
}
</style>
border-color css
<style>
span { border-color: #C4DFEC; }
span { border-color: rgb(196,223,236); }
td.TdClassName
{
border-color: #C4DFEC;
}
.TagClassName
{
border-color: #C4DFEC;
}
</style>