Shades of Periwinkle #C1CBEC
Tints of Periwinkle #C1CBEC
RGB
CMYK
RGB Variations
Color information
#C1CBEC (or 0xC1CBEC) is known color: Periwinkle. HEX triplet: C1, CB and EC. RGB value is (193,203,236). Sum of RGB (Red+Green+Blue) = 193+203+236=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBEC is #3E3413. Grayscale: #CBCBCB. Windows color (decimal): -4076564 or 15518657. OLE color: 15518657.
HSL color Cylindrical-coordinate representation of color #C1CBEC: hue angle of 226.05º 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 #C1CBEC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 203 | 236 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.07 |
| HSL | 226.05º | 0.53% | 0.84% | - |
| HSV(B) | 226.05º | 0.18% | 0.93% | - |
| XYZ | 58.49 | 60.11 | 87.88 | - |
| YUV | 203.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 236 | 0.18 | 0.14 | 0 | 0.07 | 226.05 | 0.53 | 0.84 |
| Hex | C1 | CB | EC | 12 | E | 0 | 7 | E2 | 35 | 54 |
| Octal | 301 | 313 | 354 | 22 | 16 | 0 | 7 | 342 | 65 | 124 |
| Binary | 11000001 | 11001011 | 11101100 | 10010 | 1110 | 0 | 111 | 11100010 | 110101 | 1010100 |
Color Harmonies of #C1CBEC
Complementary color
Monochromatic Colors of #C1CBEC
Black with #C1CBEC
Text Example
Text Example
White with #C1CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBEC; }
p { color: rgb(193,203,236); }
H1.HeaderClassName
{
color: #C1CBEC;
}
.AnyTagClassName
{
color: #C1CBEC;
}
</style>
background-color css
<style>
a { background-color: #C1CBEC; }
a { background-color: rgb(193,203,236); }
div.DivClassName
{
background-color: #C1CBEC;
}
.BgClassName
{
background-color: #C1CBEC;
}
</style>
border-color css
<style>
span { border-color: #C1CBEC; }
span { border-color: rgb(193,203,236); }
td.TdClassName
{
border-color: #C1CBEC;
}
.TagClassName
{
border-color: #C1CBEC;
}
</style>