Shades of Periwinkle #C1CCEC
Tints of Periwinkle #C1CCEC
RGB
CMYK
RGB Variations
Color information
#C1CCEC (or 0xC1CCEC) is known color: Periwinkle. HEX triplet: C1, CC and EC. RGB value is (193,204,236). Sum of RGB (Red+Green+Blue) = 193+204+236=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCEC is #3E3313. Grayscale: #CCCCCC. Windows color (decimal): -4076308 or 15518913. OLE color: 15518913.
HSL color Cylindrical-coordinate representation of color #C1CCEC: hue angle of 224.65º 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 #C1CCEC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 204 | 236 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.07 |
| HSL | 224.65º | 0.53% | 0.84% | - |
| HSV(B) | 224.65º | 0.18% | 0.93% | - |
| XYZ | 58.73 | 60.58 | 87.95 | - |
| YUV | 204.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 236 | 0.18 | 0.14 | 0 | 0.07 | 224.65 | 0.53 | 0.84 |
| Hex | C1 | CC | EC | 12 | E | 0 | 7 | E1 | 35 | 54 |
| Octal | 301 | 314 | 354 | 22 | 16 | 0 | 7 | 341 | 65 | 124 |
| Binary | 11000001 | 11001100 | 11101100 | 10010 | 1110 | 0 | 111 | 11100001 | 110101 | 1010100 |
Color Harmonies of #C1CCEC
Complementary color
Monochromatic Colors of #C1CCEC
Black with #C1CCEC
Text Example
Text Example
White with #C1CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCEC; }
p { color: rgb(193,204,236); }
H1.HeaderClassName
{
color: #C1CCEC;
}
.AnyTagClassName
{
color: #C1CCEC;
}
</style>
background-color css
<style>
a { background-color: #C1CCEC; }
a { background-color: rgb(193,204,236); }
div.DivClassName
{
background-color: #C1CCEC;
}
.BgClassName
{
background-color: #C1CCEC;
}
</style>
border-color css
<style>
span { border-color: #C1CCEC; }
span { border-color: rgb(193,204,236); }
td.TdClassName
{
border-color: #C1CCEC;
}
.TagClassName
{
border-color: #C1CCEC;
}
</style>