Shades of Periwinkle #C6CEEF
Tints of Periwinkle #C6CEEF
RGB
CMYK
RGB Variations
Color information
#C6CEEF (or 0xC6CEEF) is known color: Periwinkle. HEX triplet: C6, CE and EF. RGB value is (198,206,239). Sum of RGB (Red+Green+Blue) = 198+206+239=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEEF is #393110. Grayscale: #CFCFCF. Windows color (decimal): -3748113 or 15716038. OLE color: 15716038.
HSL color Cylindrical-coordinate representation of color #C6CEEF: hue angle of 228.29º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CEEF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 206 | 239 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.06 |
| HSL | 228.29º | 0.56% | 0.86% | - |
| HSV(B) | 228.29º | 0.17% | 0.94% | - |
| XYZ | 60.94 | 62.38 | 90.49 | - |
| YUV | 207.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 239 | 0.17 | 0.14 | 0 | 0.06 | 228.29 | 0.56 | 0.86 |
| Hex | C6 | CE | EF | 11 | E | 0 | 6 | E4 | 38 | 56 |
| Octal | 306 | 316 | 357 | 21 | 16 | 0 | 6 | 344 | 70 | 126 |
| Binary | 11000110 | 11001110 | 11101111 | 10001 | 1110 | 0 | 110 | 11100100 | 111000 | 1010110 |
Color Harmonies of #C6CEEF
Complementary color
Monochromatic Colors of #C6CEEF
Black with #C6CEEF
Text Example
Text Example
White with #C6CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEEF; }
p { color: rgb(198,206,239); }
H1.HeaderClassName
{
color: #C6CEEF;
}
.AnyTagClassName
{
color: #C6CEEF;
}
</style>
background-color css
<style>
a { background-color: #C6CEEF; }
a { background-color: rgb(198,206,239); }
div.DivClassName
{
background-color: #C6CEEF;
}
.BgClassName
{
background-color: #C6CEEF;
}
</style>
border-color css
<style>
span { border-color: #C6CEEF; }
span { border-color: rgb(198,206,239); }
td.TdClassName
{
border-color: #C6CEEF;
}
.TagClassName
{
border-color: #C6CEEF;
}
</style>