Shades of Periwinkle #C0D1FA
Tints of Periwinkle #C0D1FA
RGB
CMYK
RGB Variations
Color information
#C0D1FA (or 0xC0D1FA) is known color: Periwinkle. HEX triplet: C0, D1 and FA. RGB value is (192,209,250). Sum of RGB (Red+Green+Blue) = 192+209+250=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0D1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D1FA is #3F2E05. Grayscale: #D0D0D0. Windows color (decimal): -4140550 or 16437696. OLE color: 16437696.
HSL color Cylindrical-coordinate representation of color #C0D1FA: hue angle of 222.41º 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 #C0D1FA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 209 | 250 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.02 |
| HSL | 222.41º | 0.85% | 0.87% | - |
| HSV(B) | 222.41º | 0.23% | 0.98% | - |
| XYZ | 61.79 | 63.71 | 99.48 | - |
| YUV | 208.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 250 | 0.23 | 0.16 | 0 | 0.02 | 222.41 | 0.85 | 0.87 |
| Hex | C0 | D1 | FA | 17 | 10 | 0 | 2 | DE | 55 | 57 |
| Octal | 300 | 321 | 372 | 27 | 20 | 0 | 2 | 336 | 125 | 127 |
| Binary | 11000000 | 11010001 | 11111010 | 10111 | 10000 | 0 | 10 | 11011110 | 1010101 | 1010111 |
Color Harmonies of #C0D1FA
Complementary color
Monochromatic Colors of #C0D1FA
Black with #C0D1FA
Text Example
Text Example
White with #C0D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1FA; }
p { color: rgb(192,209,250); }
H1.HeaderClassName
{
color: #C0D1FA;
}
.AnyTagClassName
{
color: #C0D1FA;
}
</style>
background-color css
<style>
a { background-color: #C0D1FA; }
a { background-color: rgb(192,209,250); }
div.DivClassName
{
background-color: #C0D1FA;
}
.BgClassName
{
background-color: #C0D1FA;
}
</style>
border-color css
<style>
span { border-color: #C0D1FA; }
span { border-color: rgb(192,209,250); }
td.TdClassName
{
border-color: #C0D1FA;
}
.TagClassName
{
border-color: #C0D1FA;
}
</style>