Shades of Periwinkle #C4C8EA
Tints of Periwinkle #C4C8EA
RGB
CMYK
RGB Variations
Color information
#C4C8EA (or 0xC4C8EA) is known color: Periwinkle. HEX triplet: C4, C8 and EA. RGB value is (196,200,234). Sum of RGB (Red+Green+Blue) = 196+200+234=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C8EA is #3B3715. Grayscale: #CACACA. Windows color (decimal): -3880726 or 15386820. OLE color: 15386820.
HSL color Cylindrical-coordinate representation of color #C4C8EA: hue angle of 233.68º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4C8EA is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 200 | 234 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.08 |
| HSL | 233.68º | 0.48% | 0.84% | - |
| HSV(B) | 233.68º | 0.16% | 0.92% | - |
| XYZ | 58.27 | 58.98 | 86.16 | - |
| YUV | 202.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 234 | 0.16 | 0.15 | 0 | 0.08 | 233.68 | 0.48 | 0.84 |
| Hex | C4 | C8 | EA | 10 | F | 0 | 8 | EA | 30 | 54 |
| Octal | 304 | 310 | 352 | 20 | 17 | 0 | 10 | 352 | 60 | 124 |
| Binary | 11000100 | 11001000 | 11101010 | 10000 | 1111 | 0 | 1000 | 11101010 | 110000 | 1010100 |
Color Harmonies of #C4C8EA
Complementary color
Monochromatic Colors of #C4C8EA
Black with #C4C8EA
Text Example
Text Example
White with #C4C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8EA; }
p { color: rgb(196,200,234); }
H1.HeaderClassName
{
color: #C4C8EA;
}
.AnyTagClassName
{
color: #C4C8EA;
}
</style>
background-color css
<style>
a { background-color: #C4C8EA; }
a { background-color: rgb(196,200,234); }
div.DivClassName
{
background-color: #C4C8EA;
}
.BgClassName
{
background-color: #C4C8EA;
}
</style>
border-color css
<style>
span { border-color: #C4C8EA; }
span { border-color: rgb(196,200,234); }
td.TdClassName
{
border-color: #C4C8EA;
}
.TagClassName
{
border-color: #C4C8EA;
}
</style>