Shades of Periwinkle #C0C9E3
Tints of Periwinkle #C0C9E3
RGB
CMYK
RGB Variations
Color information
#C0C9E3 (or 0xC0C9E3) is known color: Periwinkle. HEX triplet: C0, C9 and E3. RGB value is (192,201,227). Sum of RGB (Red+Green+Blue) = 192+201+227=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0C9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9E3 is #3F361C. Grayscale: #C9C9C9. Windows color (decimal): -4142621 or 14928320. OLE color: 14928320.
HSL color Cylindrical-coordinate representation of color #C0C9E3: hue angle of 224.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C9E3 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 201 | 227 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.11 |
| HSL | 224.57º | 0.38% | 0.82% | - |
| HSV(B) | 224.57º | 0.15% | 0.89% | - |
| XYZ | 56.49 | 58.53 | 80.99 | - |
| YUV | 201.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 227 | 0.15 | 0.11 | 0 | 0.11 | 224.57 | 0.38 | 0.82 |
| Hex | C0 | C9 | E3 | F | B | 0 | B | E1 | 26 | 52 |
| Octal | 300 | 311 | 343 | 17 | 13 | 0 | 13 | 341 | 46 | 122 |
| Binary | 11000000 | 11001001 | 11100011 | 1111 | 1011 | 0 | 1011 | 11100001 | 100110 | 1010010 |
Color Harmonies of #C0C9E3
Complementary color
Monochromatic Colors of #C0C9E3
Black with #C0C9E3
Text Example
Text Example
White with #C0C9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9E3; }
p { color: rgb(192,201,227); }
H1.HeaderClassName
{
color: #C0C9E3;
}
.AnyTagClassName
{
color: #C0C9E3;
}
</style>
background-color css
<style>
a { background-color: #C0C9E3; }
a { background-color: rgb(192,201,227); }
div.DivClassName
{
background-color: #C0C9E3;
}
.BgClassName
{
background-color: #C0C9E3;
}
</style>
border-color css
<style>
span { border-color: #C0C9E3; }
span { border-color: rgb(192,201,227); }
td.TdClassName
{
border-color: #C0C9E3;
}
.TagClassName
{
border-color: #C0C9E3;
}
</style>