Shades of Periwinkle #C1C9E4
Tints of Periwinkle #C1C9E4
RGB
CMYK
RGB Variations
Color information
#C1C9E4 (or 0xC1C9E4) is known color: Periwinkle. HEX triplet: C1, C9 and E4. RGB value is (193,201,228). Sum of RGB (Red+Green+Blue) = 193+201+228=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1C9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C9E4 is #3E361B. Grayscale: #C9C9C9. Windows color (decimal): -4077084 or 14993857. OLE color: 14993857.
HSL color Cylindrical-coordinate representation of color #C1C9E4: hue angle of 226.29º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1C9E4 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 201 | 228 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.11 |
| HSL | 226.29º | 0.39% | 0.83% | - |
| HSV(B) | 226.29º | 0.15% | 0.89% | - |
| XYZ | 56.88 | 58.71 | 81.73 | - |
| YUV | 201.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 228 | 0.15 | 0.12 | 0 | 0.11 | 226.29 | 0.39 | 0.83 |
| Hex | C1 | C9 | E4 | F | C | 0 | B | E2 | 27 | 53 |
| Octal | 301 | 311 | 344 | 17 | 14 | 0 | 13 | 342 | 47 | 123 |
| Binary | 11000001 | 11001001 | 11100100 | 1111 | 1100 | 0 | 1011 | 11100010 | 100111 | 1010011 |
Color Harmonies of #C1C9E4
Complementary color
Monochromatic Colors of #C1C9E4
Black with #C1C9E4
Text Example
Text Example
White with #C1C9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C9E4; }
p { color: rgb(193,201,228); }
H1.HeaderClassName
{
color: #C1C9E4;
}
.AnyTagClassName
{
color: #C1C9E4;
}
</style>
background-color css
<style>
a { background-color: #C1C9E4; }
a { background-color: rgb(193,201,228); }
div.DivClassName
{
background-color: #C1C9E4;
}
.BgClassName
{
background-color: #C1C9E4;
}
</style>
border-color css
<style>
span { border-color: #C1C9E4; }
span { border-color: rgb(193,201,228); }
td.TdClassName
{
border-color: #C1C9E4;
}
.TagClassName
{
border-color: #C1C9E4;
}
</style>