Shades of Periwinkle #C0D6FA
Tints of Periwinkle #C0D6FA
RGB
CMYK
RGB Variations
Color information
#C0D6FA (or 0xC0D6FA) is known color: Periwinkle. HEX triplet: C0, D6 and FA. RGB value is (192,214,250). Sum of RGB (Red+Green+Blue) = 192+214+250=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D6FA is #3F2905. Grayscale: #D3D3D3. Windows color (decimal): -4139270 or 16438976. OLE color: 16438976.
HSL color Cylindrical-coordinate representation of color #C0D6FA: hue angle of 217.24º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0D6FA is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 214 | 250 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.02 |
| HSL | 217.24º | 0.85% | 0.87% | - |
| HSV(B) | 217.24º | 0.23% | 0.98% | - |
| XYZ | 63.04 | 66.2 | 99.9 | - |
| YUV | 211.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 250 | 0.23 | 0.14 | 0 | 0.02 | 217.24 | 0.85 | 0.87 |
| Hex | C0 | D6 | FA | 17 | E | 0 | 2 | D9 | 55 | 57 |
| Octal | 300 | 326 | 372 | 27 | 16 | 0 | 2 | 331 | 125 | 127 |
| Binary | 11000000 | 11010110 | 11111010 | 10111 | 1110 | 0 | 10 | 11011001 | 1010101 | 1010111 |
Color Harmonies of #C0D6FA
Complementary color
Monochromatic Colors of #C0D6FA
Black with #C0D6FA
Text Example
Text Example
White with #C0D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6FA; }
p { color: rgb(192,214,250); }
H1.HeaderClassName
{
color: #C0D6FA;
}
.AnyTagClassName
{
color: #C0D6FA;
}
</style>
background-color css
<style>
a { background-color: #C0D6FA; }
a { background-color: rgb(192,214,250); }
div.DivClassName
{
background-color: #C0D6FA;
}
.BgClassName
{
background-color: #C0D6FA;
}
</style>
border-color css
<style>
span { border-color: #C0D6FA; }
span { border-color: rgb(192,214,250); }
td.TdClassName
{
border-color: #C0D6FA;
}
.TagClassName
{
border-color: #C0D6FA;
}
</style>