Shades of Periwinkle #C6CBEE
Tints of Periwinkle #C6CBEE
RGB
CMYK
RGB Variations
Color information
#C6CBEE (or 0xC6CBEE) is known color: Periwinkle. HEX triplet: C6, CB and EE. RGB value is (198,203,238). Sum of RGB (Red+Green+Blue) = 198+203+238=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBEE is #393411. Grayscale: #CDCDCD. Windows color (decimal): -3748882 or 15649734. OLE color: 15649734.
HSL color Cylindrical-coordinate representation of color #C6CBEE: hue angle of 232.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CBEE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 203 | 238 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.07 |
| HSL | 232.5º | 0.54% | 0.85% | - |
| HSV(B) | 232.5º | 0.17% | 0.93% | - |
| XYZ | 60.08 | 60.89 | 89.48 | - |
| YUV | 205.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 238 | 0.17 | 0.15 | 0 | 0.07 | 232.5 | 0.54 | 0.85 |
| Hex | C6 | CB | EE | 11 | F | 0 | 7 | E8 | 36 | 55 |
| Octal | 306 | 313 | 356 | 21 | 17 | 0 | 7 | 350 | 66 | 125 |
| Binary | 11000110 | 11001011 | 11101110 | 10001 | 1111 | 0 | 111 | 11101000 | 110110 | 1010101 |
Color Harmonies of #C6CBEE
Complementary color
Monochromatic Colors of #C6CBEE
Black with #C6CBEE
Text Example
Text Example
White with #C6CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBEE; }
p { color: rgb(198,203,238); }
H1.HeaderClassName
{
color: #C6CBEE;
}
.AnyTagClassName
{
color: #C6CBEE;
}
</style>
background-color css
<style>
a { background-color: #C6CBEE; }
a { background-color: rgb(198,203,238); }
div.DivClassName
{
background-color: #C6CBEE;
}
.BgClassName
{
background-color: #C6CBEE;
}
</style>
border-color css
<style>
span { border-color: #C6CBEE; }
span { border-color: rgb(198,203,238); }
td.TdClassName
{
border-color: #C6CBEE;
}
.TagClassName
{
border-color: #C6CBEE;
}
</style>