Shades of Periwinkle #C1C8EF
Tints of Periwinkle #C1C8EF
RGB
CMYK
RGB Variations
Color information
#C1C8EF (or 0xC1C8EF) is known color: Periwinkle. HEX triplet: C1, C8 and EF. RGB value is (193,200,239). Sum of RGB (Red+Green+Blue) = 193+200+239=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C8EF is #3E3710. Grayscale: #CACACA. Windows color (decimal): -4077329 or 15714497. OLE color: 15714497.
HSL color Cylindrical-coordinate representation of color #C1C8EF: hue angle of 230.87º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1C8EF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 200 | 239 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.06 |
| HSL | 230.87º | 0.59% | 0.85% | - |
| HSV(B) | 230.87º | 0.19% | 0.94% | - |
| XYZ | 58.23 | 58.88 | 89.96 | - |
| YUV | 202.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 239 | 0.19 | 0.16 | 0 | 0.06 | 230.87 | 0.59 | 0.85 |
| Hex | C1 | C8 | EF | 13 | 10 | 0 | 6 | E7 | 3B | 55 |
| Octal | 301 | 310 | 357 | 23 | 20 | 0 | 6 | 347 | 73 | 125 |
| Binary | 11000001 | 11001000 | 11101111 | 10011 | 10000 | 0 | 110 | 11100111 | 111011 | 1010101 |
Color Harmonies of #C1C8EF
Complementary color
Monochromatic Colors of #C1C8EF
Black with #C1C8EF
Text Example
Text Example
White with #C1C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C8EF; }
p { color: rgb(193,200,239); }
H1.HeaderClassName
{
color: #C1C8EF;
}
.AnyTagClassName
{
color: #C1C8EF;
}
</style>
background-color css
<style>
a { background-color: #C1C8EF; }
a { background-color: rgb(193,200,239); }
div.DivClassName
{
background-color: #C1C8EF;
}
.BgClassName
{
background-color: #C1C8EF;
}
</style>
border-color css
<style>
span { border-color: #C1C8EF; }
span { border-color: rgb(193,200,239); }
td.TdClassName
{
border-color: #C1C8EF;
}
.TagClassName
{
border-color: #C1C8EF;
}
</style>