Shades of Periwinkle #C6CFE8
Tints of Periwinkle #C6CFE8
RGB
CMYK
RGB Variations
Color information
#C6CFE8 (or 0xC6CFE8) is known color: Periwinkle. HEX triplet: C6, CF and E8. RGB value is (198,207,232). Sum of RGB (Red+Green+Blue) = 198+207+232=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFE8 is #393017. Grayscale: #CFCFCF. Windows color (decimal): -3747864 or 15257542. OLE color: 15257542.
HSL color Cylindrical-coordinate representation of color #C6CFE8: hue angle of 224.12º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CFE8 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 207 | 232 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.09 |
| HSL | 224.12º | 0.43% | 0.84% | - |
| HSV(B) | 224.12º | 0.15% | 0.91% | - |
| XYZ | 60.17 | 62.46 | 85.23 | - |
| YUV | 207.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 232 | 0.15 | 0.11 | 0 | 0.09 | 224.12 | 0.43 | 0.84 |
| Hex | C6 | CF | E8 | F | B | 0 | 9 | E0 | 2A | 54 |
| Octal | 306 | 317 | 350 | 17 | 13 | 0 | 11 | 340 | 52 | 124 |
| Binary | 11000110 | 11001111 | 11101000 | 1111 | 1011 | 0 | 1001 | 11100000 | 101010 | 1010100 |
Color Harmonies of #C6CFE8
Complementary color
Monochromatic Colors of #C6CFE8
Black with #C6CFE8
Text Example
Text Example
White with #C6CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFE8; }
p { color: rgb(198,207,232); }
H1.HeaderClassName
{
color: #C6CFE8;
}
.AnyTagClassName
{
color: #C6CFE8;
}
</style>
background-color css
<style>
a { background-color: #C6CFE8; }
a { background-color: rgb(198,207,232); }
div.DivClassName
{
background-color: #C6CFE8;
}
.BgClassName
{
background-color: #C6CFE8;
}
</style>
border-color css
<style>
span { border-color: #C6CFE8; }
span { border-color: rgb(198,207,232); }
td.TdClassName
{
border-color: #C6CFE8;
}
.TagClassName
{
border-color: #C6CFE8;
}
</style>