Shades of Periwinkle #C0CDF5
Tints of Periwinkle #C0CDF5
RGB
CMYK
RGB Variations
Color information
#C0CDF5 (or 0xC0CDF5) is known color: Periwinkle. HEX triplet: C0, CD and F5. RGB value is (192,205,245). Sum of RGB (Red+Green+Blue) = 192+205+245=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0CDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDF5 is #3F320A. Grayscale: #CDCDCD. Windows color (decimal): -4141579 or 16108992. OLE color: 16108992.
HSL color Cylindrical-coordinate representation of color #C0CDF5: hue angle of 225.28º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CDF5 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 205 | 245 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.04 |
| HSL | 225.28º | 0.73% | 0.86% | - |
| HSV(B) | 225.28º | 0.22% | 0.96% | - |
| XYZ | 60.05 | 61.46 | 95.08 | - |
| YUV | 205.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 245 | 0.22 | 0.16 | 0 | 0.04 | 225.28 | 0.73 | 0.86 |
| Hex | C0 | CD | F5 | 16 | 10 | 0 | 4 | E1 | 49 | 56 |
| Octal | 300 | 315 | 365 | 26 | 20 | 0 | 4 | 341 | 111 | 126 |
| Binary | 11000000 | 11001101 | 11110101 | 10110 | 10000 | 0 | 100 | 11100001 | 1001001 | 1010110 |
Color Harmonies of #C0CDF5
Complementary color
Monochromatic Colors of #C0CDF5
Black with #C0CDF5
Text Example
Text Example
White with #C0CDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDF5; }
p { color: rgb(192,205,245); }
H1.HeaderClassName
{
color: #C0CDF5;
}
.AnyTagClassName
{
color: #C0CDF5;
}
</style>
background-color css
<style>
a { background-color: #C0CDF5; }
a { background-color: rgb(192,205,245); }
div.DivClassName
{
background-color: #C0CDF5;
}
.BgClassName
{
background-color: #C0CDF5;
}
</style>
border-color css
<style>
span { border-color: #C0CDF5; }
span { border-color: rgb(192,205,245); }
td.TdClassName
{
border-color: #C0CDF5;
}
.TagClassName
{
border-color: #C0CDF5;
}
</style>