Shades of Periwinkle #C1D5EC
Tints of Periwinkle #C1D5EC
RGB
CMYK
RGB Variations
Color information
#C1D5EC (or 0xC1D5EC) is known color: Periwinkle. HEX triplet: C1, D5 and EC. RGB value is (193,213,236). Sum of RGB (Red+Green+Blue) = 193+213+236=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D5EC is #3E2A13. Grayscale: #D1D1D1. Windows color (decimal): -4074004 or 15521217. OLE color: 15521217.
HSL color Cylindrical-coordinate representation of color #C1D5EC: hue angle of 212.09º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D5EC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 213 | 236 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.07 |
| HSL | 212.09º | 0.53% | 0.84% | - |
| HSV(B) | 212.09º | 0.18% | 0.93% | - |
| XYZ | 60.93 | 64.98 | 88.69 | - |
| YUV | 209.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 236 | 0.18 | 0.10 | 0 | 0.07 | 212.09 | 0.53 | 0.84 |
| Hex | C1 | D5 | EC | 12 | A | 0 | 7 | D4 | 35 | 54 |
| Octal | 301 | 325 | 354 | 22 | 12 | 0 | 7 | 324 | 65 | 124 |
| Binary | 11000001 | 11010101 | 11101100 | 10010 | 1010 | 0 | 111 | 11010100 | 110101 | 1010100 |
Color Harmonies of #C1D5EC
Complementary color
Monochromatic Colors of #C1D5EC
Black with #C1D5EC
Text Example
Text Example
White with #C1D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D5EC; }
p { color: rgb(193,213,236); }
H1.HeaderClassName
{
color: #C1D5EC;
}
.AnyTagClassName
{
color: #C1D5EC;
}
</style>
background-color css
<style>
a { background-color: #C1D5EC; }
a { background-color: rgb(193,213,236); }
div.DivClassName
{
background-color: #C1D5EC;
}
.BgClassName
{
background-color: #C1D5EC;
}
</style>
border-color css
<style>
span { border-color: #C1D5EC; }
span { border-color: rgb(193,213,236); }
td.TdClassName
{
border-color: #C1D5EC;
}
.TagClassName
{
border-color: #C1D5EC;
}
</style>