Shades of Periwinkle #C3C5EC
Tints of Periwinkle #C3C5EC
RGB
CMYK
RGB Variations
Color information
#C3C5EC (or 0xC3C5EC) is known color: Periwinkle. HEX triplet: C3, C5 and EC. RGB value is (195,197,236). Sum of RGB (Red+Green+Blue) = 195+197+236=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5EC is #3C3A13. Grayscale: #C8C8C8. Windows color (decimal): -3947028 or 15517123. OLE color: 15517123.
HSL color Cylindrical-coordinate representation of color #C3C5EC: hue angle of 237.07º degrees, saturation: 0.52, 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 #C3C5EC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 197 | 236 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.07 |
| HSL | 237.07º | 0.52% | 0.85% | - |
| HSV(B) | 237.07º | 0.17% | 0.93% | - |
| XYZ | 57.61 | 57.59 | 87.44 | - |
| YUV | 200.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 236 | 0.17 | 0.17 | 0 | 0.07 | 237.07 | 0.52 | 0.85 |
| Hex | C3 | C5 | EC | 11 | 11 | 0 | 7 | ED | 34 | 55 |
| Octal | 303 | 305 | 354 | 21 | 21 | 0 | 7 | 355 | 64 | 125 |
| Binary | 11000011 | 11000101 | 11101100 | 10001 | 10001 | 0 | 111 | 11101101 | 110100 | 1010101 |
Color Harmonies of #C3C5EC
Complementary color
Monochromatic Colors of #C3C5EC
Black with #C3C5EC
Text Example
Text Example
White with #C3C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5EC; }
p { color: rgb(195,197,236); }
H1.HeaderClassName
{
color: #C3C5EC;
}
.AnyTagClassName
{
color: #C3C5EC;
}
</style>
background-color css
<style>
a { background-color: #C3C5EC; }
a { background-color: rgb(195,197,236); }
div.DivClassName
{
background-color: #C3C5EC;
}
.BgClassName
{
background-color: #C3C5EC;
}
</style>
border-color css
<style>
span { border-color: #C3C5EC; }
span { border-color: rgb(195,197,236); }
td.TdClassName
{
border-color: #C3C5EC;
}
.TagClassName
{
border-color: #C3C5EC;
}
</style>