Shades of Periwinkle #C0CFE4
Tints of Periwinkle #C0CFE4
RGB
CMYK
RGB Variations
Color information
#C0CFE4 (or 0xC0CFE4) is known color: Periwinkle. HEX triplet: C0, CF and E4. RGB value is (192,207,228). Sum of RGB (Red+Green+Blue) = 192+207+228=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFE4 is #3F301B. Grayscale: #CCCCCC. Windows color (decimal): -4141084 or 14995392. OLE color: 14995392.
HSL color Cylindrical-coordinate representation of color #C0CFE4: hue angle of 215º 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 #C0CFE4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 207 | 228 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.11 |
| HSL | 215º | 0.4% | 0.82% | - |
| HSV(B) | 215º | 0.16% | 0.89% | - |
| XYZ | 58.05 | 61.43 | 82.2 | - |
| YUV | 204.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 228 | 0.16 | 0.09 | 0 | 0.11 | 215 | 0.4 | 0.82 |
| Hex | C0 | CF | E4 | 10 | 9 | 0 | B | D7 | 28 | 52 |
| Octal | 300 | 317 | 344 | 20 | 11 | 0 | 13 | 327 | 50 | 122 |
| Binary | 11000000 | 11001111 | 11100100 | 10000 | 1001 | 0 | 1011 | 11010111 | 101000 | 1010010 |
Color Harmonies of #C0CFE4
Complementary color
Monochromatic Colors of #C0CFE4
Black with #C0CFE4
Text Example
Text Example
White with #C0CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFE4; }
p { color: rgb(192,207,228); }
H1.HeaderClassName
{
color: #C0CFE4;
}
.AnyTagClassName
{
color: #C0CFE4;
}
</style>
background-color css
<style>
a { background-color: #C0CFE4; }
a { background-color: rgb(192,207,228); }
div.DivClassName
{
background-color: #C0CFE4;
}
.BgClassName
{
background-color: #C0CFE4;
}
</style>
border-color css
<style>
span { border-color: #C0CFE4; }
span { border-color: rgb(192,207,228); }
td.TdClassName
{
border-color: #C0CFE4;
}
.TagClassName
{
border-color: #C0CFE4;
}
</style>