Shades of Periwinkle #C5CFEC
Tints of Periwinkle #C5CFEC
RGB
CMYK
RGB Variations
Color information
#C5CFEC (or 0xC5CFEC) is known color: Periwinkle. HEX triplet: C5, CF and EC. RGB value is (197,207,236). Sum of RGB (Red+Green+Blue) = 197+207+236=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEC is #3A3013. Grayscale: #CFCFCF. Windows color (decimal): -3813396 or 15519685. OLE color: 15519685.
HSL color Cylindrical-coordinate representation of color #C5CFEC: hue angle of 224.62º 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 #C5CFEC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 207 | 236 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.07 |
| HSL | 224.62º | 0.51% | 0.85% | - |
| HSV(B) | 224.62º | 0.17% | 0.93% | - |
| XYZ | 60.48 | 62.55 | 88.24 | - |
| YUV | 207.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 236 | 0.17 | 0.12 | 0 | 0.07 | 224.62 | 0.51 | 0.85 |
| Hex | C5 | CF | EC | 11 | C | 0 | 7 | E1 | 33 | 55 |
| Octal | 305 | 317 | 354 | 21 | 14 | 0 | 7 | 341 | 63 | 125 |
| Binary | 11000101 | 11001111 | 11101100 | 10001 | 1100 | 0 | 111 | 11100001 | 110011 | 1010101 |
Color Harmonies of #C5CFEC
Complementary color
Monochromatic Colors of #C5CFEC
Black with #C5CFEC
Text Example
Text Example
White with #C5CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFEC; }
p { color: rgb(197,207,236); }
H1.HeaderClassName
{
color: #C5CFEC;
}
.AnyTagClassName
{
color: #C5CFEC;
}
</style>
background-color css
<style>
a { background-color: #C5CFEC; }
a { background-color: rgb(197,207,236); }
div.DivClassName
{
background-color: #C5CFEC;
}
.BgClassName
{
background-color: #C5CFEC;
}
</style>
border-color css
<style>
span { border-color: #C5CFEC; }
span { border-color: rgb(197,207,236); }
td.TdClassName
{
border-color: #C5CFEC;
}
.TagClassName
{
border-color: #C5CFEC;
}
</style>