Shades of Periwinkle #C1CBEE
Tints of Periwinkle #C1CBEE
RGB
CMYK
RGB Variations
Color information
#C1CBEE (or 0xC1CBEE) is known color: Periwinkle. HEX triplet: C1, CB and EE. RGB value is (193,203,238). Sum of RGB (Red+Green+Blue) = 193+203+238=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBEE is #3E3411. Grayscale: #CBCBCB. Windows color (decimal): -4076562 or 15649729. OLE color: 15649729.
HSL color Cylindrical-coordinate representation of color #C1CBEE: hue angle of 226.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CBEE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 203 | 238 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.07 |
| HSL | 226.67º | 0.57% | 0.85% | - |
| HSV(B) | 226.67º | 0.19% | 0.93% | - |
| XYZ | 58.78 | 60.22 | 89.41 | - |
| YUV | 204 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 238 | 0.19 | 0.15 | 0 | 0.07 | 226.67 | 0.57 | 0.85 |
| Hex | C1 | CB | EE | 13 | F | 0 | 7 | E3 | 39 | 55 |
| Octal | 301 | 313 | 356 | 23 | 17 | 0 | 7 | 343 | 71 | 125 |
| Binary | 11000001 | 11001011 | 11101110 | 10011 | 1111 | 0 | 111 | 11100011 | 111001 | 1010101 |
Color Harmonies of #C1CBEE
Complementary color
Monochromatic Colors of #C1CBEE
Black with #C1CBEE
Text Example
Text Example
White with #C1CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBEE; }
p { color: rgb(193,203,238); }
H1.HeaderClassName
{
color: #C1CBEE;
}
.AnyTagClassName
{
color: #C1CBEE;
}
</style>
background-color css
<style>
a { background-color: #C1CBEE; }
a { background-color: rgb(193,203,238); }
div.DivClassName
{
background-color: #C1CBEE;
}
.BgClassName
{
background-color: #C1CBEE;
}
</style>
border-color css
<style>
span { border-color: #C1CBEE; }
span { border-color: rgb(193,203,238); }
td.TdClassName
{
border-color: #C1CBEE;
}
.TagClassName
{
border-color: #C1CBEE;
}
</style>