Shades of Periwinkle #C5CFF3
Tints of Periwinkle #C5CFF3
RGB
CMYK
RGB Variations
Color information
#C5CFF3 (or 0xC5CFF3) is known color: Periwinkle. HEX triplet: C5, CF and F3. RGB value is (197,207,243). Sum of RGB (Red+Green+Blue) = 197+207+243=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFF3 is #3A300C. Grayscale: #CFCFCF. Windows color (decimal): -3813389 or 15978437. OLE color: 15978437.
HSL color Cylindrical-coordinate representation of color #C5CFF3: hue angle of 226.96º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CFF3 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 207 | 243 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.05 |
| HSL | 226.96º | 0.66% | 0.86% | - |
| HSV(B) | 226.96º | 0.19% | 0.95% | - |
| XYZ | 61.52 | 62.97 | 93.71 | - |
| YUV | 208.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 243 | 0.19 | 0.15 | 0 | 0.05 | 226.96 | 0.66 | 0.86 |
| Hex | C5 | CF | F3 | 13 | F | 0 | 5 | E3 | 42 | 56 |
| Octal | 305 | 317 | 363 | 23 | 17 | 0 | 5 | 343 | 102 | 126 |
| Binary | 11000101 | 11001111 | 11110011 | 10011 | 1111 | 0 | 101 | 11100011 | 1000010 | 1010110 |
Color Harmonies of #C5CFF3
Complementary color
Monochromatic Colors of #C5CFF3
Black with #C5CFF3
Text Example
Text Example
White with #C5CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFF3; }
p { color: rgb(197,207,243); }
H1.HeaderClassName
{
color: #C5CFF3;
}
.AnyTagClassName
{
color: #C5CFF3;
}
</style>
background-color css
<style>
a { background-color: #C5CFF3; }
a { background-color: rgb(197,207,243); }
div.DivClassName
{
background-color: #C5CFF3;
}
.BgClassName
{
background-color: #C5CFF3;
}
</style>
border-color css
<style>
span { border-color: #C5CFF3; }
span { border-color: rgb(197,207,243); }
td.TdClassName
{
border-color: #C5CFF3;
}
.TagClassName
{
border-color: #C5CFF3;
}
</style>