Shades of Periwinkle #C0C9E4
Tints of Periwinkle #C0C9E4
RGB
CMYK
RGB Variations
Color information
#C0C9E4 (or 0xC0C9E4) is known color: Periwinkle. HEX triplet: C0, C9 and E4. RGB value is (192,201,228). Sum of RGB (Red+Green+Blue) = 192+201+228=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0C9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9E4 is #3F361B. Grayscale: #C9C9C9. Windows color (decimal): -4142620 or 14993856. OLE color: 14993856.
HSL color Cylindrical-coordinate representation of color #C0C9E4: hue angle of 225º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0C9E4 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 201 | 228 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.11 |
| HSL | 225º | 0.4% | 0.82% | - |
| HSV(B) | 225º | 0.16% | 0.89% | - |
| XYZ | 56.63 | 58.58 | 81.72 | - |
| YUV | 201.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 228 | 0.16 | 0.12 | 0 | 0.11 | 225 | 0.4 | 0.82 |
| Hex | C0 | C9 | E4 | 10 | C | 0 | B | E1 | 28 | 52 |
| Octal | 300 | 311 | 344 | 20 | 14 | 0 | 13 | 341 | 50 | 122 |
| Binary | 11000000 | 11001001 | 11100100 | 10000 | 1100 | 0 | 1011 | 11100001 | 101000 | 1010010 |
Color Harmonies of #C0C9E4
Complementary color
Monochromatic Colors of #C0C9E4
Black with #C0C9E4
Text Example
Text Example
White with #C0C9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9E4; }
p { color: rgb(192,201,228); }
H1.HeaderClassName
{
color: #C0C9E4;
}
.AnyTagClassName
{
color: #C0C9E4;
}
</style>
background-color css
<style>
a { background-color: #C0C9E4; }
a { background-color: rgb(192,201,228); }
div.DivClassName
{
background-color: #C0C9E4;
}
.BgClassName
{
background-color: #C0C9E4;
}
</style>
border-color css
<style>
span { border-color: #C0C9E4; }
span { border-color: rgb(192,201,228); }
td.TdClassName
{
border-color: #C0C9E4;
}
.TagClassName
{
border-color: #C0C9E4;
}
</style>