Shades of Periwinkle #C0C8EA
Tints of Periwinkle #C0C8EA
RGB
CMYK
RGB Variations
Color information
#C0C8EA (or 0xC0C8EA) is known color: Periwinkle. HEX triplet: C0, C8 and EA. RGB value is (192,200,234). Sum of RGB (Red+Green+Blue) = 192+200+234=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8EA is #3F3715. Grayscale: #C9C9C9. Windows color (decimal): -4142870 or 15386816. OLE color: 15386816.
HSL color Cylindrical-coordinate representation of color #C0C8EA: hue angle of 228.57º degrees, saturation: 0.5, 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 #C0C8EA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 200 | 234 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.08 |
| HSL | 228.57º | 0.5% | 0.84% | - |
| HSV(B) | 228.57º | 0.18% | 0.92% | - |
| XYZ | 57.24 | 58.46 | 86.11 | - |
| YUV | 201.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 234 | 0.18 | 0.15 | 0 | 0.08 | 228.57 | 0.5 | 0.84 |
| Hex | C0 | C8 | EA | 12 | F | 0 | 8 | E5 | 32 | 54 |
| Octal | 300 | 310 | 352 | 22 | 17 | 0 | 10 | 345 | 62 | 124 |
| Binary | 11000000 | 11001000 | 11101010 | 10010 | 1111 | 0 | 1000 | 11100101 | 110010 | 1010100 |
Color Harmonies of #C0C8EA
Complementary color
Monochromatic Colors of #C0C8EA
Black with #C0C8EA
Text Example
Text Example
White with #C0C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8EA; }
p { color: rgb(192,200,234); }
H1.HeaderClassName
{
color: #C0C8EA;
}
.AnyTagClassName
{
color: #C0C8EA;
}
</style>
background-color css
<style>
a { background-color: #C0C8EA; }
a { background-color: rgb(192,200,234); }
div.DivClassName
{
background-color: #C0C8EA;
}
.BgClassName
{
background-color: #C0C8EA;
}
</style>
border-color css
<style>
span { border-color: #C0C8EA; }
span { border-color: rgb(192,200,234); }
td.TdClassName
{
border-color: #C0C8EA;
}
.TagClassName
{
border-color: #C0C8EA;
}
</style>