Shades of Periwinkle #C6CBE1
Tints of Periwinkle #C6CBE1
RGB
CMYK
RGB Variations
Color information
#C6CBE1 (or 0xC6CBE1) is known color: Periwinkle. HEX triplet: C6, CB and E1. RGB value is (198,203,225). Sum of RGB (Red+Green+Blue) = 198+203+225=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #C6CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBE1 is #39341E. Grayscale: #CBCBCB. Windows color (decimal): -3748895 or 14797766. OLE color: 14797766.
HSL color Cylindrical-coordinate representation of color #C6CBE1: hue angle of 228.89º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CBE1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 203 | 225 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.12 |
| HSL | 228.89º | 0.31% | 0.83% | - |
| HSV(B) | 228.89º | 0.12% | 0.88% | - |
| XYZ | 58.24 | 60.15 | 79.78 | - |
| YUV | 204.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 225 | 0.12 | 0.10 | 0 | 0.12 | 228.89 | 0.31 | 0.83 |
| Hex | C6 | CB | E1 | C | A | 0 | C | E5 | 1F | 53 |
| Octal | 306 | 313 | 341 | 14 | 12 | 0 | 14 | 345 | 37 | 123 |
| Binary | 11000110 | 11001011 | 11100001 | 1100 | 1010 | 0 | 1100 | 11100101 | 11111 | 1010011 |
Color Harmonies of #C6CBE1
Complementary color
Monochromatic Colors of #C6CBE1
Black with #C6CBE1
Text Example
Text Example
White with #C6CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBE1; }
p { color: rgb(198,203,225); }
H1.HeaderClassName
{
color: #C6CBE1;
}
.AnyTagClassName
{
color: #C6CBE1;
}
</style>
background-color css
<style>
a { background-color: #C6CBE1; }
a { background-color: rgb(198,203,225); }
div.DivClassName
{
background-color: #C6CBE1;
}
.BgClassName
{
background-color: #C6CBE1;
}
</style>
border-color css
<style>
span { border-color: #C6CBE1; }
span { border-color: rgb(198,203,225); }
td.TdClassName
{
border-color: #C6CBE1;
}
.TagClassName
{
border-color: #C6CBE1;
}
</style>