Shades of Periwinkle #C1D3EC
Tints of Periwinkle #C1D3EC
RGB
CMYK
RGB Variations
Color information
#C1D3EC (or 0xC1D3EC) is known color: Periwinkle. HEX triplet: C1, D3 and EC. RGB value is (193,211,236). Sum of RGB (Red+Green+Blue) = 193+211+236=640 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.16% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D3EC is #3E2C13. Grayscale: #D0D0D0. Windows color (decimal): -4074516 or 15520705. OLE color: 15520705.
HSL color Cylindrical-coordinate representation of color #C1D3EC: hue angle of 214.88º 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 #C1D3EC is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 211 | 236 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.07 |
| HSL | 214.88º | 0.53% | 0.84% | - |
| HSV(B) | 214.88º | 0.18% | 0.93% | - |
| XYZ | 60.43 | 63.98 | 88.52 | - |
| YUV | 208.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 236 | 0.18 | 0.11 | 0 | 0.07 | 214.88 | 0.53 | 0.84 |
| Hex | C1 | D3 | EC | 12 | B | 0 | 7 | D7 | 35 | 54 |
| Octal | 301 | 323 | 354 | 22 | 13 | 0 | 7 | 327 | 65 | 124 |
| Binary | 11000001 | 11010011 | 11101100 | 10010 | 1011 | 0 | 111 | 11010111 | 110101 | 1010100 |
Color Harmonies of #C1D3EC
Complementary color
Monochromatic Colors of #C1D3EC
Black with #C1D3EC
Text Example
Text Example
White with #C1D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D3EC; }
p { color: rgb(193,211,236); }
H1.HeaderClassName
{
color: #C1D3EC;
}
.AnyTagClassName
{
color: #C1D3EC;
}
</style>
background-color css
<style>
a { background-color: #C1D3EC; }
a { background-color: rgb(193,211,236); }
div.DivClassName
{
background-color: #C1D3EC;
}
.BgClassName
{
background-color: #C1D3EC;
}
</style>
border-color css
<style>
span { border-color: #C1D3EC; }
span { border-color: rgb(193,211,236); }
td.TdClassName
{
border-color: #C1D3EC;
}
.TagClassName
{
border-color: #C1D3EC;
}
</style>