Shades of Periwinkle #C6CBE2
Tints of Periwinkle #C6CBE2
RGB
CMYK
RGB Variations
Color information
#C6CBE2 (or 0xC6CBE2) is known color: Periwinkle. HEX triplet: C6, CB and E2. RGB value is (198,203,226). Sum of RGB (Red+Green+Blue) = 198+203+226=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 226 - color contains mainly: blue. Hex color #C6CBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBE2 is #39341D. Grayscale: #CCCCCC. Windows color (decimal): -3748894 or 14863302. OLE color: 14863302.
HSL color Cylindrical-coordinate representation of color #C6CBE2: hue angle of 229.29º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CBE2 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 203 | 226 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.11 |
| HSL | 229.29º | 0.33% | 0.83% | - |
| HSV(B) | 229.29º | 0.12% | 0.89% | - |
| XYZ | 58.37 | 60.21 | 80.5 | - |
| YUV | 204.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 226 | 0.12 | 0.10 | 0 | 0.11 | 229.29 | 0.33 | 0.83 |
| Hex | C6 | CB | E2 | C | A | 0 | B | E5 | 21 | 53 |
| Octal | 306 | 313 | 342 | 14 | 12 | 0 | 13 | 345 | 41 | 123 |
| Binary | 11000110 | 11001011 | 11100010 | 1100 | 1010 | 0 | 1011 | 11100101 | 100001 | 1010011 |
Color Harmonies of #C6CBE2
Complementary color
Monochromatic Colors of #C6CBE2
Black with #C6CBE2
Text Example
Text Example
White with #C6CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBE2; }
p { color: rgb(198,203,226); }
H1.HeaderClassName
{
color: #C6CBE2;
}
.AnyTagClassName
{
color: #C6CBE2;
}
</style>
background-color css
<style>
a { background-color: #C6CBE2; }
a { background-color: rgb(198,203,226); }
div.DivClassName
{
background-color: #C6CBE2;
}
.BgClassName
{
background-color: #C6CBE2;
}
</style>
border-color css
<style>
span { border-color: #C6CBE2; }
span { border-color: rgb(198,203,226); }
td.TdClassName
{
border-color: #C6CBE2;
}
.TagClassName
{
border-color: #C6CBE2;
}
</style>