Shades of Periwinkle #C1D3EB
Tints of Periwinkle #C1D3EB
RGB
CMYK
RGB Variations
Color information
#C1D3EB (or 0xC1D3EB) is known color: Periwinkle. HEX triplet: C1, D3 and EB. RGB value is (193,211,235). Sum of RGB (Red+Green+Blue) = 193+211+235=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D3EB is #3E2C14. Grayscale: #D0D0D0. Windows color (decimal): -4074517 or 15455169. OLE color: 15455169.
HSL color Cylindrical-coordinate representation of color #C1D3EB: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D3EB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 211 | 235 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.08 |
| HSL | 214.29º | 0.51% | 0.84% | - |
| HSV(B) | 214.29º | 0.18% | 0.92% | - |
| XYZ | 60.28 | 63.92 | 87.76 | - |
| YUV | 208.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 235 | 0.18 | 0.10 | 0 | 0.08 | 214.29 | 0.51 | 0.84 |
| Hex | C1 | D3 | EB | 12 | A | 0 | 8 | D6 | 33 | 54 |
| Octal | 301 | 323 | 353 | 22 | 12 | 0 | 10 | 326 | 63 | 124 |
| Binary | 11000001 | 11010011 | 11101011 | 10010 | 1010 | 0 | 1000 | 11010110 | 110011 | 1010100 |
Color Harmonies of #C1D3EB
Complementary color
Monochromatic Colors of #C1D3EB
Black with #C1D3EB
Text Example
Text Example
White with #C1D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D3EB; }
p { color: rgb(193,211,235); }
H1.HeaderClassName
{
color: #C1D3EB;
}
.AnyTagClassName
{
color: #C1D3EB;
}
</style>
background-color css
<style>
a { background-color: #C1D3EB; }
a { background-color: rgb(193,211,235); }
div.DivClassName
{
background-color: #C1D3EB;
}
.BgClassName
{
background-color: #C1D3EB;
}
</style>
border-color css
<style>
span { border-color: #C1D3EB; }
span { border-color: rgb(193,211,235); }
td.TdClassName
{
border-color: #C1D3EB;
}
.TagClassName
{
border-color: #C1D3EB;
}
</style>