Shades of Periwinkle #C0C4EB
Tints of Periwinkle #C0C4EB
RGB
CMYK
RGB Variations
Color information
#C0C4EB (or 0xC0C4EB) is known color: Periwinkle. HEX triplet: C0, C4 and EB. RGB value is (192,196,235). Sum of RGB (Red+Green+Blue) = 192+196+235=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C4EB is #3F3B14. Grayscale: #C7C7C7. Windows color (decimal): -4143893 or 15451328. OLE color: 15451328.
HSL color Cylindrical-coordinate representation of color #C0C4EB: hue angle of 234.42º 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 #C0C4EB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 196 | 235 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.08 |
| HSL | 234.42º | 0.52% | 0.84% | - |
| HSV(B) | 234.42º | 0.18% | 0.92% | - |
| XYZ | 56.47 | 56.68 | 86.56 | - |
| YUV | 199.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 235 | 0.18 | 0.17 | 0 | 0.08 | 234.42 | 0.52 | 0.84 |
| Hex | C0 | C4 | EB | 12 | 11 | 0 | 8 | EA | 34 | 54 |
| Octal | 300 | 304 | 353 | 22 | 21 | 0 | 10 | 352 | 64 | 124 |
| Binary | 11000000 | 11000100 | 11101011 | 10010 | 10001 | 0 | 1000 | 11101010 | 110100 | 1010100 |
Color Harmonies of #C0C4EB
Complementary color
Monochromatic Colors of #C0C4EB
Black with #C0C4EB
Text Example
Text Example
White with #C0C4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C4EB; }
p { color: rgb(192,196,235); }
H1.HeaderClassName
{
color: #C0C4EB;
}
.AnyTagClassName
{
color: #C0C4EB;
}
</style>
background-color css
<style>
a { background-color: #C0C4EB; }
a { background-color: rgb(192,196,235); }
div.DivClassName
{
background-color: #C0C4EB;
}
.BgClassName
{
background-color: #C0C4EB;
}
</style>
border-color css
<style>
span { border-color: #C0C4EB; }
span { border-color: rgb(192,196,235); }
td.TdClassName
{
border-color: #C0C4EB;
}
.TagClassName
{
border-color: #C0C4EB;
}
</style>