Shades of Periwinkle #C6CEEB
Tints of Periwinkle #C6CEEB
RGB
CMYK
RGB Variations
Color information
#C6CEEB (or 0xC6CEEB) is known color: Periwinkle. HEX triplet: C6, CE and EB. RGB value is (198,206,235). Sum of RGB (Red+Green+Blue) = 198+206+235=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEEB is #393114. Grayscale: #CECECE. Windows color (decimal): -3748117 or 15453894. OLE color: 15453894.
HSL color Cylindrical-coordinate representation of color #C6CEEB: hue angle of 227.03º 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 #C6CEEB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 206 | 235 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.08 |
| HSL | 227.03º | 0.48% | 0.85% | - |
| HSV(B) | 227.03º | 0.16% | 0.92% | - |
| XYZ | 60.36 | 62.15 | 87.41 | - |
| YUV | 206.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 235 | 0.16 | 0.12 | 0 | 0.08 | 227.03 | 0.48 | 0.85 |
| Hex | C6 | CE | EB | 10 | C | 0 | 8 | E3 | 30 | 55 |
| Octal | 306 | 316 | 353 | 20 | 14 | 0 | 10 | 343 | 60 | 125 |
| Binary | 11000110 | 11001110 | 11101011 | 10000 | 1100 | 0 | 1000 | 11100011 | 110000 | 1010101 |
Color Harmonies of #C6CEEB
Complementary color
Monochromatic Colors of #C6CEEB
Black with #C6CEEB
Text Example
Text Example
White with #C6CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEEB; }
p { color: rgb(198,206,235); }
H1.HeaderClassName
{
color: #C6CEEB;
}
.AnyTagClassName
{
color: #C6CEEB;
}
</style>
background-color css
<style>
a { background-color: #C6CEEB; }
a { background-color: rgb(198,206,235); }
div.DivClassName
{
background-color: #C6CEEB;
}
.BgClassName
{
background-color: #C6CEEB;
}
</style>
border-color css
<style>
span { border-color: #C6CEEB; }
span { border-color: rgb(198,206,235); }
td.TdClassName
{
border-color: #C6CEEB;
}
.TagClassName
{
border-color: #C6CEEB;
}
</style>