Shades of Periwinkle #C1CBEB
Tints of Periwinkle #C1CBEB
RGB
CMYK
RGB Variations
Color information
#C1CBEB (or 0xC1CBEB) is known color: Periwinkle. HEX triplet: C1, CB and EB. RGB value is (193,203,235). Sum of RGB (Red+Green+Blue) = 193+203+235=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBEB is #3E3414. Grayscale: #CBCBCB. Windows color (decimal): -4076565 or 15453121. OLE color: 15453121.
HSL color Cylindrical-coordinate representation of color #C1CBEB: hue angle of 225.71º 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 #C1CBEB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 203 | 235 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.08 |
| HSL | 225.71º | 0.51% | 0.84% | - |
| HSV(B) | 225.71º | 0.18% | 0.92% | - |
| XYZ | 58.34 | 60.05 | 87.11 | - |
| YUV | 203.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 235 | 0.18 | 0.14 | 0 | 0.08 | 225.71 | 0.51 | 0.84 |
| Hex | C1 | CB | EB | 12 | E | 0 | 8 | E2 | 33 | 54 |
| Octal | 301 | 313 | 353 | 22 | 16 | 0 | 10 | 342 | 63 | 124 |
| Binary | 11000001 | 11001011 | 11101011 | 10010 | 1110 | 0 | 1000 | 11100010 | 110011 | 1010100 |
Color Harmonies of #C1CBEB
Complementary color
Monochromatic Colors of #C1CBEB
Black with #C1CBEB
Text Example
Text Example
White with #C1CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBEB; }
p { color: rgb(193,203,235); }
H1.HeaderClassName
{
color: #C1CBEB;
}
.AnyTagClassName
{
color: #C1CBEB;
}
</style>
background-color css
<style>
a { background-color: #C1CBEB; }
a { background-color: rgb(193,203,235); }
div.DivClassName
{
background-color: #C1CBEB;
}
.BgClassName
{
background-color: #C1CBEB;
}
</style>
border-color css
<style>
span { border-color: #C1CBEB; }
span { border-color: rgb(193,203,235); }
td.TdClassName
{
border-color: #C1CBEB;
}
.TagClassName
{
border-color: #C1CBEB;
}
</style>