Shades of Periwinkle #C5CFED
Tints of Periwinkle #C5CFED
RGB
CMYK
RGB Variations
Color information
#C5CFED (or 0xC5CFED) is known color: Periwinkle. HEX triplet: C5, CF and ED. RGB value is (197,207,237). Sum of RGB (Red+Green+Blue) = 197+207+237=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFED is #3A3012. Grayscale: #CFCFCF. Windows color (decimal): -3813395 or 15585221. OLE color: 15585221.
HSL color Cylindrical-coordinate representation of color #C5CFED: hue angle of 225º degrees, saturation: 0.53, 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 #C5CFED is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 207 | 237 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.07 |
| HSL | 225º | 0.53% | 0.85% | - |
| HSV(B) | 225º | 0.17% | 0.93% | - |
| XYZ | 60.62 | 62.61 | 89.01 | - |
| YUV | 207.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 237 | 0.17 | 0.13 | 0 | 0.07 | 225 | 0.53 | 0.85 |
| Hex | C5 | CF | ED | 11 | D | 0 | 7 | E1 | 35 | 55 |
| Octal | 305 | 317 | 355 | 21 | 15 | 0 | 7 | 341 | 65 | 125 |
| Binary | 11000101 | 11001111 | 11101101 | 10001 | 1101 | 0 | 111 | 11100001 | 110101 | 1010101 |
Color Harmonies of #C5CFED
Complementary color
Monochromatic Colors of #C5CFED
Black with #C5CFED
Text Example
Text Example
White with #C5CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFED; }
p { color: rgb(197,207,237); }
H1.HeaderClassName
{
color: #C5CFED;
}
.AnyTagClassName
{
color: #C5CFED;
}
</style>
background-color css
<style>
a { background-color: #C5CFED; }
a { background-color: rgb(197,207,237); }
div.DivClassName
{
background-color: #C5CFED;
}
.BgClassName
{
background-color: #C5CFED;
}
</style>
border-color css
<style>
span { border-color: #C5CFED; }
span { border-color: rgb(197,207,237); }
td.TdClassName
{
border-color: #C5CFED;
}
.TagClassName
{
border-color: #C5CFED;
}
</style>