Shades of Periwinkle #C0CBF9
Tints of Periwinkle #C0CBF9
RGB
CMYK
RGB Variations
Color information
#C0CBF9 (or 0xC0CBF9) is known color: Periwinkle. HEX triplet: C0, CB and F9. RGB value is (192,203,249). Sum of RGB (Red+Green+Blue) = 192+203+249=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBF9 is #3F3406. Grayscale: #CCCCCC. Windows color (decimal): -4142087 or 16370624. OLE color: 16370624.
HSL color Cylindrical-coordinate representation of color #C0CBF9: hue angle of 228.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CBF9 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 203 | 249 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.02 |
| HSL | 228.42º | 0.83% | 0.86% | - |
| HSV(B) | 228.42º | 0.23% | 0.98% | - |
| XYZ | 60.19 | 60.76 | 98.18 | - |
| YUV | 204.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 249 | 0.23 | 0.18 | 0 | 0.02 | 228.42 | 0.83 | 0.86 |
| Hex | C0 | CB | F9 | 17 | 12 | 0 | 2 | E4 | 53 | 56 |
| Octal | 300 | 313 | 371 | 27 | 22 | 0 | 2 | 344 | 123 | 126 |
| Binary | 11000000 | 11001011 | 11111001 | 10111 | 10010 | 0 | 10 | 11100100 | 1010011 | 1010110 |
Color Harmonies of #C0CBF9
Complementary color
Monochromatic Colors of #C0CBF9
Black with #C0CBF9
Text Example
Text Example
White with #C0CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBF9; }
p { color: rgb(192,203,249); }
H1.HeaderClassName
{
color: #C0CBF9;
}
.AnyTagClassName
{
color: #C0CBF9;
}
</style>
background-color css
<style>
a { background-color: #C0CBF9; }
a { background-color: rgb(192,203,249); }
div.DivClassName
{
background-color: #C0CBF9;
}
.BgClassName
{
background-color: #C0CBF9;
}
</style>
border-color css
<style>
span { border-color: #C0CBF9; }
span { border-color: rgb(192,203,249); }
td.TdClassName
{
border-color: #C0CBF9;
}
.TagClassName
{
border-color: #C0CBF9;
}
</style>