Shades of Periwinkle #C5C8E6
Tints of Periwinkle #C5C8E6
RGB
CMYK
RGB Variations
Color information
#C5C8E6 (or 0xC5C8E6) is known color: Periwinkle. HEX triplet: C5, C8 and E6. RGB value is (197,200,230). Sum of RGB (Red+Green+Blue) = 197+200+230=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8E6 is #3A3719. Grayscale: #CACACA. Windows color (decimal): -3815194 or 15124677. OLE color: 15124677.
HSL color Cylindrical-coordinate representation of color #C5C8E6: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5C8E6 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 200 | 230 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.10 |
| HSL | 234.55º | 0.4% | 0.84% | - |
| HSV(B) | 234.55º | 0.14% | 0.9% | - |
| XYZ | 57.96 | 58.89 | 83.18 | - |
| YUV | 202.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 230 | 0.14 | 0.13 | 0 | 0.10 | 234.55 | 0.4 | 0.84 |
| Hex | C5 | C8 | E6 | E | D | 0 | A | EB | 28 | 54 |
| Octal | 305 | 310 | 346 | 16 | 15 | 0 | 12 | 353 | 50 | 124 |
| Binary | 11000101 | 11001000 | 11100110 | 1110 | 1101 | 0 | 1010 | 11101011 | 101000 | 1010100 |
Color Harmonies of #C5C8E6
Complementary color
Monochromatic Colors of #C5C8E6
Black with #C5C8E6
Text Example
Text Example
White with #C5C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8E6; }
p { color: rgb(197,200,230); }
H1.HeaderClassName
{
color: #C5C8E6;
}
.AnyTagClassName
{
color: #C5C8E6;
}
</style>
background-color css
<style>
a { background-color: #C5C8E6; }
a { background-color: rgb(197,200,230); }
div.DivClassName
{
background-color: #C5C8E6;
}
.BgClassName
{
background-color: #C5C8E6;
}
</style>
border-color css
<style>
span { border-color: #C5C8E6; }
span { border-color: rgb(197,200,230); }
td.TdClassName
{
border-color: #C5C8E6;
}
.TagClassName
{
border-color: #C5C8E6;
}
</style>