Shades of Periwinkle #C0C6EB
Tints of Periwinkle #C0C6EB
RGB
CMYK
RGB Variations
Color information
#C0C6EB (or 0xC0C6EB) is known color: Periwinkle. HEX triplet: C0, C6 and EB. RGB value is (192,198,235). Sum of RGB (Red+Green+Blue) = 192+198+235=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C6EB is #3F3914. Grayscale: #C8C8C8. Windows color (decimal): -4143381 or 15451840. OLE color: 15451840.
HSL color Cylindrical-coordinate representation of color #C0C6EB: hue angle of 231.63º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C6EB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 198 | 235 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.08 |
| HSL | 231.63º | 0.52% | 0.84% | - |
| HSV(B) | 231.63º | 0.18% | 0.92% | - |
| XYZ | 56.93 | 57.59 | 86.71 | - |
| YUV | 200.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 235 | 0.18 | 0.16 | 0 | 0.08 | 231.63 | 0.52 | 0.84 |
| Hex | C0 | C6 | EB | 12 | 10 | 0 | 8 | E8 | 34 | 54 |
| Octal | 300 | 306 | 353 | 22 | 20 | 0 | 10 | 350 | 64 | 124 |
| Binary | 11000000 | 11000110 | 11101011 | 10010 | 10000 | 0 | 1000 | 11101000 | 110100 | 1010100 |
Color Harmonies of #C0C6EB
Complementary color
Monochromatic Colors of #C0C6EB
Black with #C0C6EB
Text Example
Text Example
White with #C0C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6EB; }
p { color: rgb(192,198,235); }
H1.HeaderClassName
{
color: #C0C6EB;
}
.AnyTagClassName
{
color: #C0C6EB;
}
</style>
background-color css
<style>
a { background-color: #C0C6EB; }
a { background-color: rgb(192,198,235); }
div.DivClassName
{
background-color: #C0C6EB;
}
.BgClassName
{
background-color: #C0C6EB;
}
</style>
border-color css
<style>
span { border-color: #C0C6EB; }
span { border-color: rgb(192,198,235); }
td.TdClassName
{
border-color: #C0C6EB;
}
.TagClassName
{
border-color: #C0C6EB;
}
</style>