Shades of Periwinkle #C4C7EC
Tints of Periwinkle #C4C7EC
RGB
CMYK
RGB Variations
Color information
#C4C7EC (or 0xC4C7EC) is known color: Periwinkle. HEX triplet: C4, C7 and EC. RGB value is (196,199,236). Sum of RGB (Red+Green+Blue) = 196+199+236=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C7EC is #3B3813. Grayscale: #CACACA. Windows color (decimal): -3880980 or 15517636. OLE color: 15517636.
HSL color Cylindrical-coordinate representation of color #C4C7EC: hue angle of 235.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 #C4C7EC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 199 | 236 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.07 |
| HSL | 235.5º | 0.51% | 0.85% | - |
| HSV(B) | 235.5º | 0.17% | 0.93% | - |
| XYZ | 58.33 | 58.64 | 87.6 | - |
| YUV | 202.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 236 | 0.17 | 0.16 | 0 | 0.07 | 235.5 | 0.51 | 0.85 |
| Hex | C4 | C7 | EC | 11 | 10 | 0 | 7 | EC | 33 | 55 |
| Octal | 304 | 307 | 354 | 21 | 20 | 0 | 7 | 354 | 63 | 125 |
| Binary | 11000100 | 11000111 | 11101100 | 10001 | 10000 | 0 | 111 | 11101100 | 110011 | 1010101 |
Color Harmonies of #C4C7EC
Complementary color
Monochromatic Colors of #C4C7EC
Black with #C4C7EC
Text Example
Text Example
White with #C4C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C7EC; }
p { color: rgb(196,199,236); }
H1.HeaderClassName
{
color: #C4C7EC;
}
.AnyTagClassName
{
color: #C4C7EC;
}
</style>
background-color css
<style>
a { background-color: #C4C7EC; }
a { background-color: rgb(196,199,236); }
div.DivClassName
{
background-color: #C4C7EC;
}
.BgClassName
{
background-color: #C4C7EC;
}
</style>
border-color css
<style>
span { border-color: #C4C7EC; }
span { border-color: rgb(196,199,236); }
td.TdClassName
{
border-color: #C4C7EC;
}
.TagClassName
{
border-color: #C4C7EC;
}
</style>