Shades of Periwinkle #C7CCE0
Tints of Periwinkle #C7CCE0
RGB
CMYK
RGB Variations
Color information
#C7CCE0 (or 0xC7CCE0) is known color: Periwinkle. HEX triplet: C7, CC and E0. RGB value is (199,204,224). Sum of RGB (Red+Green+Blue) = 199+204+224=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCE0 is #38331F. Grayscale: #CCCCCC. Windows color (decimal): -3683104 or 14732487. OLE color: 14732487.
HSL color Cylindrical-coordinate representation of color #C7CCE0: hue angle of 228º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CCE0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 204 | 224 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.12 |
| HSL | 228º | 0.29% | 0.83% | - |
| HSV(B) | 228º | 0.11% | 0.88% | - |
| XYZ | 58.6 | 60.71 | 79.15 | - |
| YUV | 204.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 224 | 0.11 | 0.09 | 0 | 0.12 | 228 | 0.29 | 0.83 |
| Hex | C7 | CC | E0 | B | 9 | 0 | C | E4 | 1D | 53 |
| Octal | 307 | 314 | 340 | 13 | 11 | 0 | 14 | 344 | 35 | 123 |
| Binary | 11000111 | 11001100 | 11100000 | 1011 | 1001 | 0 | 1100 | 11100100 | 11101 | 1010011 |
Color Harmonies of #C7CCE0
Complementary color
Monochromatic Colors of #C7CCE0
Black with #C7CCE0
Text Example
Text Example
White with #C7CCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCE0; }
p { color: rgb(199,204,224); }
H1.HeaderClassName
{
color: #C7CCE0;
}
.AnyTagClassName
{
color: #C7CCE0;
}
</style>
background-color css
<style>
a { background-color: #C7CCE0; }
a { background-color: rgb(199,204,224); }
div.DivClassName
{
background-color: #C7CCE0;
}
.BgClassName
{
background-color: #C7CCE0;
}
</style>
border-color css
<style>
span { border-color: #C7CCE0; }
span { border-color: rgb(199,204,224); }
td.TdClassName
{
border-color: #C7CCE0;
}
.TagClassName
{
border-color: #C7CCE0;
}
</style>