Shades of Periwinkle #C0C5E9
Tints of Periwinkle #C0C5E9
RGB
CMYK
RGB Variations
Color information
#C0C5E9 (or 0xC0C5E9) is known color: Periwinkle. HEX triplet: C0, C5 and E9. RGB value is (192,197,233). Sum of RGB (Red+Green+Blue) = 192+197+233=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0C5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C5E9 is #3F3A16. Grayscale: #C7C7C7. Windows color (decimal): -4143639 or 15320512. OLE color: 15320512.
HSL color Cylindrical-coordinate representation of color #C0C5E9: hue angle of 232.68º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C5E9 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 192 | 197 | 233 | - |
CMYK | 0.18 | 0.15 | 0 | 0.09 |
HSL | 232.68º | 0.48% | 0.83% | - |
HSV(B) | 232.68º | 0.18% | 0.91% | - |
XYZ | 56.41 | 57.02 | 85.12 | - |
YUV | 199.61 | 146.84 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 197 | 233 | 0.18 | 0.15 | 0 | 0.09 | 232.68 | 0.48 | 0.83 |
Hex | C0 | C5 | E9 | 12 | F | 0 | 9 | E9 | 30 | 53 |
Octal | 300 | 305 | 351 | 22 | 17 | 0 | 11 | 351 | 60 | 123 |
Binary | 11000000 | 11000101 | 11101001 | 10010 | 1111 | 0 | 1001 | 11101001 | 110000 | 1010011 |
Color Harmonies of #C0C5E9
Complementary color
Monochromatic Colors of #C0C5E9
Black with #C0C5E9
Text Example
Text Example
White with #C0C5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C5E9; }
p { color: rgb(192,197,233); }
H1.HeaderClassName
{
color: #C0C5E9;
}
.AnyTagClassName
{
color: #C0C5E9;
}
</style>
background-color css
<style>
a { background-color: #C0C5E9; }
a { background-color: rgb(192,197,233); }
div.DivClassName
{
background-color: #C0C5E9;
}
.BgClassName
{
background-color: #C0C5E9;
}
</style>
border-color css
<style>
span { border-color: #C0C5E9; }
span { border-color: rgb(192,197,233); }
td.TdClassName
{
border-color: #C0C5E9;
}
.TagClassName
{
border-color: #C0C5E9;
}
</style>