Shades of Periwinkle #C0D2FB
Tints of Periwinkle #C0D2FB
RGB
CMYK
RGB Variations
Color information
#C0D2FB (or 0xC0D2FB) is known color: Periwinkle. HEX triplet: C0, D2 and FB. RGB value is (192,210,251). Sum of RGB (Red+Green+Blue) = 192+210+251=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D2FB is #3F2D04. Grayscale: #D1D1D1. Windows color (decimal): -4140293 or 16503488. OLE color: 16503488.
HSL color Cylindrical-coordinate representation of color #C0D2FB: hue angle of 221.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D2FB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 210 | 251 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 221.69º | 0.88% | 0.87% | - |
| HSV(B) | 221.69º | 0.24% | 0.98% | - |
| XYZ | 62.2 | 64.26 | 100.39 | - |
| YUV | 209.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 251 | 0.24 | 0.16 | 0 | 0.02 | 221.69 | 0.88 | 0.87 |
| Hex | C0 | D2 | FB | 18 | 10 | 0 | 2 | DE | 58 | 57 |
| Octal | 300 | 322 | 373 | 30 | 20 | 0 | 2 | 336 | 130 | 127 |
| Binary | 11000000 | 11010010 | 11111011 | 11000 | 10000 | 0 | 10 | 11011110 | 1011000 | 1010111 |
Color Harmonies of #C0D2FB
Complementary color
Monochromatic Colors of #C0D2FB
Black with #C0D2FB
Text Example
Text Example
White with #C0D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2FB; }
p { color: rgb(192,210,251); }
H1.HeaderClassName
{
color: #C0D2FB;
}
.AnyTagClassName
{
color: #C0D2FB;
}
</style>
background-color css
<style>
a { background-color: #C0D2FB; }
a { background-color: rgb(192,210,251); }
div.DivClassName
{
background-color: #C0D2FB;
}
.BgClassName
{
background-color: #C0D2FB;
}
</style>
border-color css
<style>
span { border-color: #C0D2FB; }
span { border-color: rgb(192,210,251); }
td.TdClassName
{
border-color: #C0D2FB;
}
.TagClassName
{
border-color: #C0D2FB;
}
</style>