Shades of Periwinkle #C0CDF3
Tints of Periwinkle #C0CDF3
RGB
CMYK
RGB Variations
Color information
#C0CDF3 (or 0xC0CDF3) is known color: Periwinkle. HEX triplet: C0, CD and F3. RGB value is (192,205,243). Sum of RGB (Red+Green+Blue) = 192+205+243=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDF3 is #3F320C. Grayscale: #CDCDCD. Windows color (decimal): -4141581 or 15977920. OLE color: 15977920.
HSL color Cylindrical-coordinate representation of color #C0CDF3: hue angle of 224.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CDF3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 205 | 243 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.05 |
| HSL | 224.71º | 0.68% | 0.85% | - |
| HSV(B) | 224.71º | 0.21% | 0.95% | - |
| XYZ | 59.75 | 61.34 | 93.48 | - |
| YUV | 205.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 243 | 0.21 | 0.16 | 0 | 0.05 | 224.71 | 0.68 | 0.85 |
| Hex | C0 | CD | F3 | 15 | 10 | 0 | 5 | E1 | 44 | 55 |
| Octal | 300 | 315 | 363 | 25 | 20 | 0 | 5 | 341 | 104 | 125 |
| Binary | 11000000 | 11001101 | 11110011 | 10101 | 10000 | 0 | 101 | 11100001 | 1000100 | 1010101 |
Color Harmonies of #C0CDF3
Complementary color
Monochromatic Colors of #C0CDF3
Black with #C0CDF3
Text Example
Text Example
White with #C0CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDF3; }
p { color: rgb(192,205,243); }
H1.HeaderClassName
{
color: #C0CDF3;
}
.AnyTagClassName
{
color: #C0CDF3;
}
</style>
background-color css
<style>
a { background-color: #C0CDF3; }
a { background-color: rgb(192,205,243); }
div.DivClassName
{
background-color: #C0CDF3;
}
.BgClassName
{
background-color: #C0CDF3;
}
</style>
border-color css
<style>
span { border-color: #C0CDF3; }
span { border-color: rgb(192,205,243); }
td.TdClassName
{
border-color: #C0CDF3;
}
.TagClassName
{
border-color: #C0CDF3;
}
</style>