Shades of Periwinkle #C0CBF8
Tints of Periwinkle #C0CBF8
RGB
CMYK
RGB Variations
Color information
#C0CBF8 (or 0xC0CBF8) is known color: Periwinkle. HEX triplet: C0, CB and F8. RGB value is (192,203,248). Sum of RGB (Red+Green+Blue) = 192+203+248=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0CBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBF8 is #3F3407. Grayscale: #CCCCCC. Windows color (decimal): -4142088 or 16305088. OLE color: 16305088.
HSL color Cylindrical-coordinate representation of color #C0CBF8: hue angle of 228.21º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CBF8 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 203 | 248 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.03 |
| HSL | 228.21º | 0.8% | 0.86% | - |
| HSV(B) | 228.21º | 0.23% | 0.97% | - |
| XYZ | 60.04 | 60.7 | 97.36 | - |
| YUV | 204.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 248 | 0.23 | 0.18 | 0 | 0.03 | 228.21 | 0.8 | 0.86 |
| Hex | C0 | CB | F8 | 17 | 12 | 0 | 3 | E4 | 50 | 56 |
| Octal | 300 | 313 | 370 | 27 | 22 | 0 | 3 | 344 | 120 | 126 |
| Binary | 11000000 | 11001011 | 11111000 | 10111 | 10010 | 0 | 11 | 11100100 | 1010000 | 1010110 |
Color Harmonies of #C0CBF8
Complementary color
Monochromatic Colors of #C0CBF8
Black with #C0CBF8
Text Example
Text Example
White with #C0CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBF8; }
p { color: rgb(192,203,248); }
H1.HeaderClassName
{
color: #C0CBF8;
}
.AnyTagClassName
{
color: #C0CBF8;
}
</style>
background-color css
<style>
a { background-color: #C0CBF8; }
a { background-color: rgb(192,203,248); }
div.DivClassName
{
background-color: #C0CBF8;
}
.BgClassName
{
background-color: #C0CBF8;
}
</style>
border-color css
<style>
span { border-color: #C0CBF8; }
span { border-color: rgb(192,203,248); }
td.TdClassName
{
border-color: #C0CBF8;
}
.TagClassName
{
border-color: #C0CBF8;
}
</style>