Shades of Periwinkle #C1C5E6
Tints of Periwinkle #C1C5E6
RGB
CMYK
RGB Variations
Color information
#C1C5E6 (or 0xC1C5E6) is known color: Periwinkle. HEX triplet: C1, C5 and E6. RGB value is (193,197,230). Sum of RGB (Red+Green+Blue) = 193+197+230=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C5E6 is #3E3A19. Grayscale: #C7C7C7. Windows color (decimal): -4078106 or 15123905. OLE color: 15123905.
HSL color Cylindrical-coordinate representation of color #C1C5E6: hue angle of 233.51º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1C5E6 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 197 | 230 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.10 |
| HSL | 233.51º | 0.43% | 0.83% | - |
| HSV(B) | 233.51º | 0.16% | 0.9% | - |
| XYZ | 56.24 | 56.98 | 82.9 | - |
| YUV | 199.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 230 | 0.16 | 0.14 | 0 | 0.10 | 233.51 | 0.43 | 0.83 |
| Hex | C1 | C5 | E6 | 10 | E | 0 | A | EA | 2B | 53 |
| Octal | 301 | 305 | 346 | 20 | 16 | 0 | 12 | 352 | 53 | 123 |
| Binary | 11000001 | 11000101 | 11100110 | 10000 | 1110 | 0 | 1010 | 11101010 | 101011 | 1010011 |
Color Harmonies of #C1C5E6
Complementary color
Monochromatic Colors of #C1C5E6
Black with #C1C5E6
Text Example
Text Example
White with #C1C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5E6; }
p { color: rgb(193,197,230); }
H1.HeaderClassName
{
color: #C1C5E6;
}
.AnyTagClassName
{
color: #C1C5E6;
}
</style>
background-color css
<style>
a { background-color: #C1C5E6; }
a { background-color: rgb(193,197,230); }
div.DivClassName
{
background-color: #C1C5E6;
}
.BgClassName
{
background-color: #C1C5E6;
}
</style>
border-color css
<style>
span { border-color: #C1C5E6; }
span { border-color: rgb(193,197,230); }
td.TdClassName
{
border-color: #C1C5E6;
}
.TagClassName
{
border-color: #C1C5E6;
}
</style>