Shades of Periwinkle #C6CFEB
Tints of Periwinkle #C6CFEB
RGB
CMYK
RGB Variations
Color information
#C6CFEB (or 0xC6CFEB) is known color: Periwinkle. HEX triplet: C6, CF and EB. RGB value is (198,207,235). Sum of RGB (Red+Green+Blue) = 198+207+235=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFEB is #393014. Grayscale: #CFCFCF. Windows color (decimal): -3747861 or 15454150. OLE color: 15454150.
HSL color Cylindrical-coordinate representation of color #C6CFEB: hue angle of 225.41º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CFEB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 207 | 235 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.08 |
| HSL | 225.41º | 0.48% | 0.85% | - |
| HSV(B) | 225.41º | 0.16% | 0.92% | - |
| XYZ | 60.6 | 62.63 | 87.49 | - |
| YUV | 207.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 235 | 0.16 | 0.12 | 0 | 0.08 | 225.41 | 0.48 | 0.85 |
| Hex | C6 | CF | EB | 10 | C | 0 | 8 | E1 | 30 | 55 |
| Octal | 306 | 317 | 353 | 20 | 14 | 0 | 10 | 341 | 60 | 125 |
| Binary | 11000110 | 11001111 | 11101011 | 10000 | 1100 | 0 | 1000 | 11100001 | 110000 | 1010101 |
Color Harmonies of #C6CFEB
Complementary color
Monochromatic Colors of #C6CFEB
Black with #C6CFEB
Text Example
Text Example
White with #C6CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFEB; }
p { color: rgb(198,207,235); }
H1.HeaderClassName
{
color: #C6CFEB;
}
.AnyTagClassName
{
color: #C6CFEB;
}
</style>
background-color css
<style>
a { background-color: #C6CFEB; }
a { background-color: rgb(198,207,235); }
div.DivClassName
{
background-color: #C6CFEB;
}
.BgClassName
{
background-color: #C6CFEB;
}
</style>
border-color css
<style>
span { border-color: #C6CFEB; }
span { border-color: rgb(198,207,235); }
td.TdClassName
{
border-color: #C6CFEB;
}
.TagClassName
{
border-color: #C6CFEB;
}
</style>