Shades of Periwinkle #C0C7EB
Tints of Periwinkle #C0C7EB
RGB
CMYK
RGB Variations
Color information
#C0C7EB (or 0xC0C7EB) is known color: Periwinkle. HEX triplet: C0, C7 and EB. RGB value is (192,199,235). Sum of RGB (Red+Green+Blue) = 192+199+235=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7EB is #3F3814. Grayscale: #C8C8C8. Windows color (decimal): -4143125 or 15452096. OLE color: 15452096.
HSL color Cylindrical-coordinate representation of color #C0C7EB: hue angle of 230.23º 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 #C0C7EB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 199 | 235 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.08 |
| HSL | 230.23º | 0.52% | 0.84% | - |
| HSV(B) | 230.23º | 0.18% | 0.92% | - |
| XYZ | 57.16 | 58.05 | 86.79 | - |
| YUV | 201.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 235 | 0.18 | 0.15 | 0 | 0.08 | 230.23 | 0.52 | 0.84 |
| Hex | C0 | C7 | EB | 12 | F | 0 | 8 | E6 | 34 | 54 |
| Octal | 300 | 307 | 353 | 22 | 17 | 0 | 10 | 346 | 64 | 124 |
| Binary | 11000000 | 11000111 | 11101011 | 10010 | 1111 | 0 | 1000 | 11100110 | 110100 | 1010100 |
Color Harmonies of #C0C7EB
Complementary color
Monochromatic Colors of #C0C7EB
Black with #C0C7EB
Text Example
Text Example
White with #C0C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7EB; }
p { color: rgb(192,199,235); }
H1.HeaderClassName
{
color: #C0C7EB;
}
.AnyTagClassName
{
color: #C0C7EB;
}
</style>
background-color css
<style>
a { background-color: #C0C7EB; }
a { background-color: rgb(192,199,235); }
div.DivClassName
{
background-color: #C0C7EB;
}
.BgClassName
{
background-color: #C0C7EB;
}
</style>
border-color css
<style>
span { border-color: #C0C7EB; }
span { border-color: rgb(192,199,235); }
td.TdClassName
{
border-color: #C0C7EB;
}
.TagClassName
{
border-color: #C0C7EB;
}
</style>