Shades of Periwinkle #C5CCEC
Tints of Periwinkle #C5CCEC
RGB
CMYK
RGB Variations
Color information
#C5CCEC (or 0xC5CCEC) is known color: Periwinkle. HEX triplet: C5, CC and EC. RGB value is (197,204,236). Sum of RGB (Red+Green+Blue) = 197+204+236=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCEC is #3A3313. Grayscale: #CDCDCD. Windows color (decimal): -3814164 or 15518917. OLE color: 15518917.
HSL color Cylindrical-coordinate representation of color #C5CCEC: hue angle of 229.23º 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 #C5CCEC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 204 | 236 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.07 |
| HSL | 229.23º | 0.51% | 0.85% | - |
| HSV(B) | 229.23º | 0.17% | 0.93% | - |
| XYZ | 59.76 | 61.11 | 88 | - |
| YUV | 205.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 236 | 0.17 | 0.14 | 0 | 0.07 | 229.23 | 0.51 | 0.85 |
| Hex | C5 | CC | EC | 11 | E | 0 | 7 | E5 | 33 | 55 |
| Octal | 305 | 314 | 354 | 21 | 16 | 0 | 7 | 345 | 63 | 125 |
| Binary | 11000101 | 11001100 | 11101100 | 10001 | 1110 | 0 | 111 | 11100101 | 110011 | 1010101 |
Color Harmonies of #C5CCEC
Complementary color
Monochromatic Colors of #C5CCEC
Black with #C5CCEC
Text Example
Text Example
White with #C5CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCEC; }
p { color: rgb(197,204,236); }
H1.HeaderClassName
{
color: #C5CCEC;
}
.AnyTagClassName
{
color: #C5CCEC;
}
</style>
background-color css
<style>
a { background-color: #C5CCEC; }
a { background-color: rgb(197,204,236); }
div.DivClassName
{
background-color: #C5CCEC;
}
.BgClassName
{
background-color: #C5CCEC;
}
</style>
border-color css
<style>
span { border-color: #C5CCEC; }
span { border-color: rgb(197,204,236); }
td.TdClassName
{
border-color: #C5CCEC;
}
.TagClassName
{
border-color: #C5CCEC;
}
</style>