Shades of Periwinkle #C5CBEC
Tints of Periwinkle #C5CBEC
RGB
CMYK
RGB Variations
Color information
#C5CBEC (or 0xC5CBEC) is known color: Periwinkle. HEX triplet: C5, CB and EC. RGB value is (197,203,236). Sum of RGB (Red+Green+Blue) = 197+203+236=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBEC is #3A3413. Grayscale: #CCCCCC. Windows color (decimal): -3814420 or 15518661. OLE color: 15518661.
HSL color Cylindrical-coordinate representation of color #C5CBEC: hue angle of 230.77º 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 #C5CBEC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 203 | 236 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.07 |
| HSL | 230.77º | 0.51% | 0.85% | - |
| HSV(B) | 230.77º | 0.17% | 0.93% | - |
| XYZ | 59.52 | 60.64 | 87.92 | - |
| YUV | 204.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 236 | 0.17 | 0.14 | 0 | 0.07 | 230.77 | 0.51 | 0.85 |
| Hex | C5 | CB | EC | 11 | E | 0 | 7 | E7 | 33 | 55 |
| Octal | 305 | 313 | 354 | 21 | 16 | 0 | 7 | 347 | 63 | 125 |
| Binary | 11000101 | 11001011 | 11101100 | 10001 | 1110 | 0 | 111 | 11100111 | 110011 | 1010101 |
Color Harmonies of #C5CBEC
Complementary color
Monochromatic Colors of #C5CBEC
Black with #C5CBEC
Text Example
Text Example
White with #C5CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBEC; }
p { color: rgb(197,203,236); }
H1.HeaderClassName
{
color: #C5CBEC;
}
.AnyTagClassName
{
color: #C5CBEC;
}
</style>
background-color css
<style>
a { background-color: #C5CBEC; }
a { background-color: rgb(197,203,236); }
div.DivClassName
{
background-color: #C5CBEC;
}
.BgClassName
{
background-color: #C5CBEC;
}
</style>
border-color css
<style>
span { border-color: #C5CBEC; }
span { border-color: rgb(197,203,236); }
td.TdClassName
{
border-color: #C5CBEC;
}
.TagClassName
{
border-color: #C5CBEC;
}
</style>