Shades of Periwinkle #C6CBE4
Tints of Periwinkle #C6CBE4
RGB
CMYK
RGB Variations
Color information
#C6CBE4 (or 0xC6CBE4) is known color: Periwinkle. HEX triplet: C6, CB and E4. RGB value is (198,203,228). Sum of RGB (Red+Green+Blue) = 198+203+228=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBE4 is #39341B. Grayscale: #CCCCCC. Windows color (decimal): -3748892 or 14994374. OLE color: 14994374.
HSL color Cylindrical-coordinate representation of color #C6CBE4: hue angle of 230º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6CBE4 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 203 | 228 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.11 |
| HSL | 230º | 0.36% | 0.84% | - |
| HSV(B) | 230º | 0.13% | 0.89% | - |
| XYZ | 58.65 | 60.32 | 81.95 | - |
| YUV | 204.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 228 | 0.13 | 0.11 | 0 | 0.11 | 230 | 0.36 | 0.84 |
| Hex | C6 | CB | E4 | D | B | 0 | B | E6 | 24 | 54 |
| Octal | 306 | 313 | 344 | 15 | 13 | 0 | 13 | 346 | 44 | 124 |
| Binary | 11000110 | 11001011 | 11100100 | 1101 | 1011 | 0 | 1011 | 11100110 | 100100 | 1010100 |
Color Harmonies of #C6CBE4
Complementary color
Monochromatic Colors of #C6CBE4
Black with #C6CBE4
Text Example
Text Example
White with #C6CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBE4; }
p { color: rgb(198,203,228); }
H1.HeaderClassName
{
color: #C6CBE4;
}
.AnyTagClassName
{
color: #C6CBE4;
}
</style>
background-color css
<style>
a { background-color: #C6CBE4; }
a { background-color: rgb(198,203,228); }
div.DivClassName
{
background-color: #C6CBE4;
}
.BgClassName
{
background-color: #C6CBE4;
}
</style>
border-color css
<style>
span { border-color: #C6CBE4; }
span { border-color: rgb(198,203,228); }
td.TdClassName
{
border-color: #C6CBE4;
}
.TagClassName
{
border-color: #C6CBE4;
}
</style>