Shades of Periwinkle #C1CCE8
Tints of Periwinkle #C1CCE8
RGB
CMYK
RGB Variations
Color information
#C1CCE8 (or 0xC1CCE8) is known color: Periwinkle. HEX triplet: C1, CC and E8. RGB value is (193,204,232). Sum of RGB (Red+Green+Blue) = 193+204+232=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #C1CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCE8 is #3E3317. Grayscale: #CBCBCB. Windows color (decimal): -4076312 or 15256769. OLE color: 15256769.
HSL color Cylindrical-coordinate representation of color #C1CCE8: hue angle of 223.08º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1CCE8 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 204 | 232 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.09 |
| HSL | 223.08º | 0.46% | 0.83% | - |
| HSV(B) | 223.08º | 0.17% | 0.91% | - |
| XYZ | 58.15 | 60.35 | 84.93 | - |
| YUV | 203.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 232 | 0.17 | 0.12 | 0 | 0.09 | 223.08 | 0.46 | 0.83 |
| Hex | C1 | CC | E8 | 11 | C | 0 | 9 | DF | 2E | 53 |
| Octal | 301 | 314 | 350 | 21 | 14 | 0 | 11 | 337 | 56 | 123 |
| Binary | 11000001 | 11001100 | 11101000 | 10001 | 1100 | 0 | 1001 | 11011111 | 101110 | 1010011 |
Color Harmonies of #C1CCE8
Complementary color
Monochromatic Colors of #C1CCE8
Black with #C1CCE8
Text Example
Text Example
White with #C1CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCE8; }
p { color: rgb(193,204,232); }
H1.HeaderClassName
{
color: #C1CCE8;
}
.AnyTagClassName
{
color: #C1CCE8;
}
</style>
background-color css
<style>
a { background-color: #C1CCE8; }
a { background-color: rgb(193,204,232); }
div.DivClassName
{
background-color: #C1CCE8;
}
.BgClassName
{
background-color: #C1CCE8;
}
</style>
border-color css
<style>
span { border-color: #C1CCE8; }
span { border-color: rgb(193,204,232); }
td.TdClassName
{
border-color: #C1CCE8;
}
.TagClassName
{
border-color: #C1CCE8;
}
</style>