Shades of Periwinkle #C5C8EC
Tints of Periwinkle #C5C8EC
RGB
CMYK
RGB Variations
Color information
#C5C8EC (or 0xC5C8EC) is known color: Periwinkle. HEX triplet: C5, C8 and EC. RGB value is (197,200,236). Sum of RGB (Red+Green+Blue) = 197+200+236=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8EC is #3A3713. Grayscale: #CBCBCB. Windows color (decimal): -3815188 or 15517893. OLE color: 15517893.
HSL color Cylindrical-coordinate representation of color #C5C8EC: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5C8EC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 200 | 236 | - |
CMYK | 0.17 | 0.15 | 0 | 0.07 |
HSL | 235.38º | 0.51% | 0.85% | - |
HSV(B) | 235.38º | 0.17% | 0.93% | - |
XYZ | 58.82 | 59.24 | 87.69 | - |
YUV | 203.21 | 146.51 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 200 | 236 | 0.17 | 0.15 | 0 | 0.07 | 235.38 | 0.51 | 0.85 |
Hex | C5 | C8 | EC | 11 | F | 0 | 7 | EB | 33 | 55 |
Octal | 305 | 310 | 354 | 21 | 17 | 0 | 7 | 353 | 63 | 125 |
Binary | 11000101 | 11001000 | 11101100 | 10001 | 1111 | 0 | 111 | 11101011 | 110011 | 1010101 |
Color Harmonies of #C5C8EC
Complementary color
Monochromatic Colors of #C5C8EC
Black with #C5C8EC
Text Example
Text Example
White with #C5C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8EC; }
p { color: rgb(197,200,236); }
H1.HeaderClassName
{
color: #C5C8EC;
}
.AnyTagClassName
{
color: #C5C8EC;
}
</style>
background-color css
<style>
a { background-color: #C5C8EC; }
a { background-color: rgb(197,200,236); }
div.DivClassName
{
background-color: #C5C8EC;
}
.BgClassName
{
background-color: #C5C8EC;
}
</style>
border-color css
<style>
span { border-color: #C5C8EC; }
span { border-color: rgb(197,200,236); }
td.TdClassName
{
border-color: #C5C8EC;
}
.TagClassName
{
border-color: #C5C8EC;
}
</style>