Shades of Periwinkle #C5CCE9
Tints of Periwinkle #C5CCE9
RGB
CMYK
RGB Variations
Color information
#C5CCE9 (or 0xC5CCE9) is known color: Periwinkle. HEX triplet: C5, CC and E9. RGB value is (197,204,233). Sum of RGB (Red+Green+Blue) = 197+204+233=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCE9 is #3A3316. Grayscale: #CDCDCD. Windows color (decimal): -3814167 or 15322309. OLE color: 15322309.
HSL color Cylindrical-coordinate representation of color #C5CCE9: hue angle of 228.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CCE9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 204 | 233 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.09 |
| HSL | 228.33º | 0.45% | 0.84% | - |
| HSV(B) | 228.33º | 0.15% | 0.91% | - |
| XYZ | 59.33 | 60.94 | 85.73 | - |
| YUV | 205.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 233 | 0.15 | 0.12 | 0 | 0.09 | 228.33 | 0.45 | 0.84 |
| Hex | C5 | CC | E9 | F | C | 0 | 9 | E4 | 2D | 54 |
| Octal | 305 | 314 | 351 | 17 | 14 | 0 | 11 | 344 | 55 | 124 |
| Binary | 11000101 | 11001100 | 11101001 | 1111 | 1100 | 0 | 1001 | 11100100 | 101101 | 1010100 |
Color Harmonies of #C5CCE9
Complementary color
Monochromatic Colors of #C5CCE9
Black with #C5CCE9
Text Example
Text Example
White with #C5CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCE9; }
p { color: rgb(197,204,233); }
H1.HeaderClassName
{
color: #C5CCE9;
}
.AnyTagClassName
{
color: #C5CCE9;
}
</style>
background-color css
<style>
a { background-color: #C5CCE9; }
a { background-color: rgb(197,204,233); }
div.DivClassName
{
background-color: #C5CCE9;
}
.BgClassName
{
background-color: #C5CCE9;
}
</style>
border-color css
<style>
span { border-color: #C5CCE9; }
span { border-color: rgb(197,204,233); }
td.TdClassName
{
border-color: #C5CCE9;
}
.TagClassName
{
border-color: #C5CCE9;
}
</style>