Shades of Periwinkle #C7CEE6
Tints of Periwinkle #C7CEE6
RGB
CMYK
RGB Variations
Color information
#C7CEE6 (or 0xC7CEE6) is known color: Periwinkle. HEX triplet: C7, CE and E6. RGB value is (199,206,230). Sum of RGB (Red+Green+Blue) = 199+206+230=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEE6 is #383119. Grayscale: #CECECE. Windows color (decimal): -3682586 or 15126215. OLE color: 15126215.
HSL color Cylindrical-coordinate representation of color #C7CEE6: hue angle of 226.45º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CEE6 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 206 | 230 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.10 |
| HSL | 226.45º | 0.38% | 0.84% | - |
| HSV(B) | 226.45º | 0.13% | 0.9% | - |
| XYZ | 59.91 | 62 | 83.67 | - |
| YUV | 206.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 230 | 0.13 | 0.10 | 0 | 0.10 | 226.45 | 0.38 | 0.84 |
| Hex | C7 | CE | E6 | D | A | 0 | A | E2 | 26 | 54 |
| Octal | 307 | 316 | 346 | 15 | 12 | 0 | 12 | 342 | 46 | 124 |
| Binary | 11000111 | 11001110 | 11100110 | 1101 | 1010 | 0 | 1010 | 11100010 | 100110 | 1010100 |
Color Harmonies of #C7CEE6
Complementary color
Monochromatic Colors of #C7CEE6
Black with #C7CEE6
Text Example
Text Example
White with #C7CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEE6; }
p { color: rgb(199,206,230); }
H1.HeaderClassName
{
color: #C7CEE6;
}
.AnyTagClassName
{
color: #C7CEE6;
}
</style>
background-color css
<style>
a { background-color: #C7CEE6; }
a { background-color: rgb(199,206,230); }
div.DivClassName
{
background-color: #C7CEE6;
}
.BgClassName
{
background-color: #C7CEE6;
}
</style>
border-color css
<style>
span { border-color: #C7CEE6; }
span { border-color: rgb(199,206,230); }
td.TdClassName
{
border-color: #C7CEE6;
}
.TagClassName
{
border-color: #C7CEE6;
}
</style>