Shades of Periwinkle #C0D3F0
Tints of Periwinkle #C0D3F0
RGB
CMYK
RGB Variations
Color information
#C0D3F0 (or 0xC0D3F0) is known color: Periwinkle. HEX triplet: C0, D3 and F0. RGB value is (192,211,240). Sum of RGB (Red+Green+Blue) = 192+211+240=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0D3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D3F0 is #3F2C0F. Grayscale: #D0D0D0. Windows color (decimal): -4140048 or 15782848. OLE color: 15782848.
HSL color Cylindrical-coordinate representation of color #C0D3F0: hue angle of 216.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D3F0 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 211 | 240 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.06 |
| HSL | 216.25º | 0.62% | 0.85% | - |
| HSV(B) | 216.25º | 0.2% | 0.94% | - |
| XYZ | 60.76 | 64.09 | 91.61 | - |
| YUV | 208.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 240 | 0.20 | 0.12 | 0 | 0.06 | 216.25 | 0.62 | 0.85 |
| Hex | C0 | D3 | F0 | 14 | C | 0 | 6 | D8 | 3E | 55 |
| Octal | 300 | 323 | 360 | 24 | 14 | 0 | 6 | 330 | 76 | 125 |
| Binary | 11000000 | 11010011 | 11110000 | 10100 | 1100 | 0 | 110 | 11011000 | 111110 | 1010101 |
Color Harmonies of #C0D3F0
Complementary color
Monochromatic Colors of #C0D3F0
Black with #C0D3F0
Text Example
Text Example
White with #C0D3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3F0; }
p { color: rgb(192,211,240); }
H1.HeaderClassName
{
color: #C0D3F0;
}
.AnyTagClassName
{
color: #C0D3F0;
}
</style>
background-color css
<style>
a { background-color: #C0D3F0; }
a { background-color: rgb(192,211,240); }
div.DivClassName
{
background-color: #C0D3F0;
}
.BgClassName
{
background-color: #C0D3F0;
}
</style>
border-color css
<style>
span { border-color: #C0D3F0; }
span { border-color: rgb(192,211,240); }
td.TdClassName
{
border-color: #C0D3F0;
}
.TagClassName
{
border-color: #C0D3F0;
}
</style>