Shades of Periwinkle #C1CBE6
Tints of Periwinkle #C1CBE6
RGB
CMYK
RGB Variations
Color information
#C1CBE6 (or 0xC1CBE6) is known color: Periwinkle. HEX triplet: C1, CB and E6. RGB value is (193,203,230). Sum of RGB (Red+Green+Blue) = 193+203+230=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBE6 is #3E3419. Grayscale: #CACACA. Windows color (decimal): -4076570 or 15125441. OLE color: 15125441.
HSL color Cylindrical-coordinate representation of color #C1CBE6: hue angle of 223.78º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1CBE6 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 203 | 230 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.10 |
| HSL | 223.78º | 0.43% | 0.83% | - |
| HSV(B) | 223.78º | 0.16% | 0.9% | - |
| XYZ | 57.63 | 59.76 | 83.36 | - |
| YUV | 203.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 230 | 0.16 | 0.12 | 0 | 0.10 | 223.78 | 0.43 | 0.83 |
| Hex | C1 | CB | E6 | 10 | C | 0 | A | E0 | 2B | 53 |
| Octal | 301 | 313 | 346 | 20 | 14 | 0 | 12 | 340 | 53 | 123 |
| Binary | 11000001 | 11001011 | 11100110 | 10000 | 1100 | 0 | 1010 | 11100000 | 101011 | 1010011 |
Color Harmonies of #C1CBE6
Complementary color
Monochromatic Colors of #C1CBE6
Black with #C1CBE6
Text Example
Text Example
White with #C1CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBE6; }
p { color: rgb(193,203,230); }
H1.HeaderClassName
{
color: #C1CBE6;
}
.AnyTagClassName
{
color: #C1CBE6;
}
</style>
background-color css
<style>
a { background-color: #C1CBE6; }
a { background-color: rgb(193,203,230); }
div.DivClassName
{
background-color: #C1CBE6;
}
.BgClassName
{
background-color: #C1CBE6;
}
</style>
border-color css
<style>
span { border-color: #C1CBE6; }
span { border-color: rgb(193,203,230); }
td.TdClassName
{
border-color: #C1CBE6;
}
.TagClassName
{
border-color: #C1CBE6;
}
</style>