Shades of Periwinkle #C6CBE5
Tints of Periwinkle #C6CBE5
RGB
CMYK
RGB Variations
Color information
#C6CBE5 (or 0xC6CBE5) is known color: Periwinkle. HEX triplet: C6, CB and E5. RGB value is (198,203,229). Sum of RGB (Red+Green+Blue) = 198+203+229=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #C6CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBE5 is #39341A. Grayscale: #CCCCCC. Windows color (decimal): -3748891 or 15059910. OLE color: 15059910.
HSL color Cylindrical-coordinate representation of color #C6CBE5: hue angle of 230.32º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6CBE5 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 203 | 229 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.10 |
| HSL | 230.32º | 0.37% | 0.84% | - |
| HSV(B) | 230.32º | 0.14% | 0.9% | - |
| XYZ | 58.79 | 60.37 | 82.68 | - |
| YUV | 204.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 229 | 0.14 | 0.11 | 0 | 0.10 | 230.32 | 0.37 | 0.84 |
| Hex | C6 | CB | E5 | E | B | 0 | A | E6 | 25 | 54 |
| Octal | 306 | 313 | 345 | 16 | 13 | 0 | 12 | 346 | 45 | 124 |
| Binary | 11000110 | 11001011 | 11100101 | 1110 | 1011 | 0 | 1010 | 11100110 | 100101 | 1010100 |
Color Harmonies of #C6CBE5
Complementary color
Monochromatic Colors of #C6CBE5
Black with #C6CBE5
Text Example
Text Example
White with #C6CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBE5; }
p { color: rgb(198,203,229); }
H1.HeaderClassName
{
color: #C6CBE5;
}
.AnyTagClassName
{
color: #C6CBE5;
}
</style>
background-color css
<style>
a { background-color: #C6CBE5; }
a { background-color: rgb(198,203,229); }
div.DivClassName
{
background-color: #C6CBE5;
}
.BgClassName
{
background-color: #C6CBE5;
}
</style>
border-color css
<style>
span { border-color: #C6CBE5; }
span { border-color: rgb(198,203,229); }
td.TdClassName
{
border-color: #C6CBE5;
}
.TagClassName
{
border-color: #C6CBE5;
}
</style>