Shades of Periwinkle #C5CEE9
Tints of Periwinkle #C5CEE9
RGB
CMYK
RGB Variations
Color information
#C5CEE9 (or 0xC5CEE9) is known color: Periwinkle. HEX triplet: C5, CE and E9. RGB value is (197,206,233). Sum of RGB (Red+Green+Blue) = 197+206+233=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5CEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEE9 is #3A3116. Grayscale: #CECECE. Windows color (decimal): -3813655 or 15322821. OLE color: 15322821.
HSL color Cylindrical-coordinate representation of color #C5CEE9: hue angle of 225º 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 #C5CEE9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 206 | 233 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.09 |
| HSL | 225º | 0.45% | 0.84% | - |
| HSV(B) | 225º | 0.15% | 0.91% | - |
| XYZ | 59.81 | 61.9 | 85.89 | - |
| YUV | 206.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 233 | 0.15 | 0.12 | 0 | 0.09 | 225 | 0.45 | 0.84 |
| Hex | C5 | CE | E9 | F | C | 0 | 9 | E1 | 2D | 54 |
| Octal | 305 | 316 | 351 | 17 | 14 | 0 | 11 | 341 | 55 | 124 |
| Binary | 11000101 | 11001110 | 11101001 | 1111 | 1100 | 0 | 1001 | 11100001 | 101101 | 1010100 |
Color Harmonies of #C5CEE9
Complementary color
Monochromatic Colors of #C5CEE9
Black with #C5CEE9
Text Example
Text Example
White with #C5CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEE9; }
p { color: rgb(197,206,233); }
H1.HeaderClassName
{
color: #C5CEE9;
}
.AnyTagClassName
{
color: #C5CEE9;
}
</style>
background-color css
<style>
a { background-color: #C5CEE9; }
a { background-color: rgb(197,206,233); }
div.DivClassName
{
background-color: #C5CEE9;
}
.BgClassName
{
background-color: #C5CEE9;
}
</style>
border-color css
<style>
span { border-color: #C5CEE9; }
span { border-color: rgb(197,206,233); }
td.TdClassName
{
border-color: #C5CEE9;
}
.TagClassName
{
border-color: #C5CEE9;
}
</style>