Shades of Periwinkle #C4C8E6
Tints of Periwinkle #C4C8E6
RGB
CMYK
RGB Variations
Color information
#C4C8E6 (or 0xC4C8E6) is known color: Periwinkle. HEX triplet: C4, C8 and E6. RGB value is (196,200,230). Sum of RGB (Red+Green+Blue) = 196+200+230=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C8E6 is #3B3719. Grayscale: #CACACA. Windows color (decimal): -3880730 or 15124676. OLE color: 15124676.
HSL color Cylindrical-coordinate representation of color #C4C8E6: hue angle of 232.94º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4C8E6 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 200 | 230 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.10 |
| HSL | 232.94º | 0.4% | 0.84% | - |
| HSV(B) | 232.94º | 0.15% | 0.9% | - |
| XYZ | 57.7 | 58.76 | 83.16 | - |
| YUV | 202.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 230 | 0.15 | 0.13 | 0 | 0.10 | 232.94 | 0.4 | 0.84 |
| Hex | C4 | C8 | E6 | F | D | 0 | A | E9 | 28 | 54 |
| Octal | 304 | 310 | 346 | 17 | 15 | 0 | 12 | 351 | 50 | 124 |
| Binary | 11000100 | 11001000 | 11100110 | 1111 | 1101 | 0 | 1010 | 11101001 | 101000 | 1010100 |
Color Harmonies of #C4C8E6
Complementary color
Monochromatic Colors of #C4C8E6
Black with #C4C8E6
Text Example
Text Example
White with #C4C8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8E6; }
p { color: rgb(196,200,230); }
H1.HeaderClassName
{
color: #C4C8E6;
}
.AnyTagClassName
{
color: #C4C8E6;
}
</style>
background-color css
<style>
a { background-color: #C4C8E6; }
a { background-color: rgb(196,200,230); }
div.DivClassName
{
background-color: #C4C8E6;
}
.BgClassName
{
background-color: #C4C8E6;
}
</style>
border-color css
<style>
span { border-color: #C4C8E6; }
span { border-color: rgb(196,200,230); }
td.TdClassName
{
border-color: #C4C8E6;
}
.TagClassName
{
border-color: #C4C8E6;
}
</style>