Shades of Periwinkle #C4C8EC
Tints of Periwinkle #C4C8EC
RGB
CMYK
RGB Variations
Color information
#C4C8EC (or 0xC4C8EC) is known color: Periwinkle. HEX triplet: C4, C8 and EC. RGB value is (196,200,236). Sum of RGB (Red+Green+Blue) = 196+200+236=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C8EC is #3B3713. Grayscale: #CACACA. Windows color (decimal): -3880724 or 15517892. OLE color: 15517892.
HSL color Cylindrical-coordinate representation of color #C4C8EC: hue angle of 234º 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 #C4C8EC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 200 | 236 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.07 |
| HSL | 234º | 0.51% | 0.85% | - |
| HSV(B) | 234º | 0.17% | 0.93% | - |
| XYZ | 58.56 | 59.1 | 87.68 | - |
| YUV | 202.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 236 | 0.17 | 0.15 | 0 | 0.07 | 234 | 0.51 | 0.85 |
| Hex | C4 | C8 | EC | 11 | F | 0 | 7 | EA | 33 | 55 |
| Octal | 304 | 310 | 354 | 21 | 17 | 0 | 7 | 352 | 63 | 125 |
| Binary | 11000100 | 11001000 | 11101100 | 10001 | 1111 | 0 | 111 | 11101010 | 110011 | 1010101 |
Color Harmonies of #C4C8EC
Complementary color
Monochromatic Colors of #C4C8EC
Black with #C4C8EC
Text Example
Text Example
White with #C4C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8EC; }
p { color: rgb(196,200,236); }
H1.HeaderClassName
{
color: #C4C8EC;
}
.AnyTagClassName
{
color: #C4C8EC;
}
</style>
background-color css
<style>
a { background-color: #C4C8EC; }
a { background-color: rgb(196,200,236); }
div.DivClassName
{
background-color: #C4C8EC;
}
.BgClassName
{
background-color: #C4C8EC;
}
</style>
border-color css
<style>
span { border-color: #C4C8EC; }
span { border-color: rgb(196,200,236); }
td.TdClassName
{
border-color: #C4C8EC;
}
.TagClassName
{
border-color: #C4C8EC;
}
</style>