Shades of Periwinkle #C1CCE6
Tints of Periwinkle #C1CCE6
RGB
CMYK
RGB Variations
Color information
#C1CCE6 (or 0xC1CCE6) is known color: Periwinkle. HEX triplet: C1, CC and E6. RGB value is (193,204,230). Sum of RGB (Red+Green+Blue) = 193+204+230=627 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.78% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCE6 is #3E3319. Grayscale: #CBCBCB. Windows color (decimal): -4076314 or 15125697. OLE color: 15125697.
HSL color Cylindrical-coordinate representation of color #C1CCE6: hue angle of 222.16º 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 #C1CCE6 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 204 | 230 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.10 |
| HSL | 222.16º | 0.43% | 0.83% | - |
| HSV(B) | 222.16º | 0.16% | 0.9% | - |
| XYZ | 57.87 | 60.24 | 83.44 | - |
| YUV | 203.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 230 | 0.16 | 0.11 | 0 | 0.10 | 222.16 | 0.43 | 0.83 |
| Hex | C1 | CC | E6 | 10 | B | 0 | A | DE | 2B | 53 |
| Octal | 301 | 314 | 346 | 20 | 13 | 0 | 12 | 336 | 53 | 123 |
| Binary | 11000001 | 11001100 | 11100110 | 10000 | 1011 | 0 | 1010 | 11011110 | 101011 | 1010011 |
Color Harmonies of #C1CCE6
Complementary color
Monochromatic Colors of #C1CCE6
Black with #C1CCE6
Text Example
Text Example
White with #C1CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCE6; }
p { color: rgb(193,204,230); }
H1.HeaderClassName
{
color: #C1CCE6;
}
.AnyTagClassName
{
color: #C1CCE6;
}
</style>
background-color css
<style>
a { background-color: #C1CCE6; }
a { background-color: rgb(193,204,230); }
div.DivClassName
{
background-color: #C1CCE6;
}
.BgClassName
{
background-color: #C1CCE6;
}
</style>
border-color css
<style>
span { border-color: #C1CCE6; }
span { border-color: rgb(193,204,230); }
td.TdClassName
{
border-color: #C1CCE6;
}
.TagClassName
{
border-color: #C1CCE6;
}
</style>