Shades of Periwinkle #C5CFF1
Tints of Periwinkle #C5CFF1
RGB
CMYK
RGB Variations
Color information
#C5CFF1 (or 0xC5CFF1) is known color: Periwinkle. HEX triplet: C5, CF and F1. RGB value is (197,207,241). Sum of RGB (Red+Green+Blue) = 197+207+241=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFF1 is #3A300E. Grayscale: #CFCFCF. Windows color (decimal): -3813391 or 15847365. OLE color: 15847365.
HSL color Cylindrical-coordinate representation of color #C5CFF1: hue angle of 226.36º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CFF1 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 207 | 241 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.05 |
| HSL | 226.36º | 0.61% | 0.86% | - |
| HSV(B) | 226.36º | 0.18% | 0.95% | - |
| XYZ | 61.22 | 62.85 | 92.12 | - |
| YUV | 207.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 241 | 0.18 | 0.14 | 0 | 0.05 | 226.36 | 0.61 | 0.86 |
| Hex | C5 | CF | F1 | 12 | E | 0 | 5 | E2 | 3D | 56 |
| Octal | 305 | 317 | 361 | 22 | 16 | 0 | 5 | 342 | 75 | 126 |
| Binary | 11000101 | 11001111 | 11110001 | 10010 | 1110 | 0 | 101 | 11100010 | 111101 | 1010110 |
Color Harmonies of #C5CFF1
Complementary color
Monochromatic Colors of #C5CFF1
Black with #C5CFF1
Text Example
Text Example
White with #C5CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFF1; }
p { color: rgb(197,207,241); }
H1.HeaderClassName
{
color: #C5CFF1;
}
.AnyTagClassName
{
color: #C5CFF1;
}
</style>
background-color css
<style>
a { background-color: #C5CFF1; }
a { background-color: rgb(197,207,241); }
div.DivClassName
{
background-color: #C5CFF1;
}
.BgClassName
{
background-color: #C5CFF1;
}
</style>
border-color css
<style>
span { border-color: #C5CFF1; }
span { border-color: rgb(197,207,241); }
td.TdClassName
{
border-color: #C5CFF1;
}
.TagClassName
{
border-color: #C5CFF1;
}
</style>