Shades of Periwinkle #C0CDF2
Tints of Periwinkle #C0CDF2
RGB
CMYK
RGB Variations
Color information
#C0CDF2 (or 0xC0CDF2) is known color: Periwinkle. HEX triplet: C0, CD and F2. RGB value is (192,205,242). Sum of RGB (Red+Green+Blue) = 192+205+242=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDF2 is #3F320D. Grayscale: #CDCDCD. Windows color (decimal): -4141582 or 15912384. OLE color: 15912384.
HSL color Cylindrical-coordinate representation of color #C0CDF2: hue angle of 224.4º degrees, saturation: 0.66, 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 #C0CDF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 205 | 242 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.05 |
| HSL | 224.4º | 0.66% | 0.85% | - |
| HSV(B) | 224.4º | 0.21% | 0.95% | - |
| XYZ | 59.6 | 61.28 | 92.69 | - |
| YUV | 205.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 242 | 0.21 | 0.15 | 0 | 0.05 | 224.4 | 0.66 | 0.85 |
| Hex | C0 | CD | F2 | 15 | F | 0 | 5 | E0 | 42 | 55 |
| Octal | 300 | 315 | 362 | 25 | 17 | 0 | 5 | 340 | 102 | 125 |
| Binary | 11000000 | 11001101 | 11110010 | 10101 | 1111 | 0 | 101 | 11100000 | 1000010 | 1010101 |
Color Harmonies of #C0CDF2
Complementary color
Monochromatic Colors of #C0CDF2
Black with #C0CDF2
Text Example
Text Example
White with #C0CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDF2; }
p { color: rgb(192,205,242); }
H1.HeaderClassName
{
color: #C0CDF2;
}
.AnyTagClassName
{
color: #C0CDF2;
}
</style>
background-color css
<style>
a { background-color: #C0CDF2; }
a { background-color: rgb(192,205,242); }
div.DivClassName
{
background-color: #C0CDF2;
}
.BgClassName
{
background-color: #C0CDF2;
}
</style>
border-color css
<style>
span { border-color: #C0CDF2; }
span { border-color: rgb(192,205,242); }
td.TdClassName
{
border-color: #C0CDF2;
}
.TagClassName
{
border-color: #C0CDF2;
}
</style>