Shades of Periwinkle #C6CBED
Tints of Periwinkle #C6CBED
RGB
CMYK
RGB Variations
Color information
#C6CBED (or 0xC6CBED) is known color: Periwinkle. HEX triplet: C6, CB and ED. RGB value is (198,203,237). Sum of RGB (Red+Green+Blue) = 198+203+237=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBED is #393412. Grayscale: #CDCDCD. Windows color (decimal): -3748883 or 15584198. OLE color: 15584198.
HSL color Cylindrical-coordinate representation of color #C6CBED: hue angle of 232.31º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CBED is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 203 | 237 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.07 |
| HSL | 232.31º | 0.52% | 0.85% | - |
| HSV(B) | 232.31º | 0.16% | 0.93% | - |
| XYZ | 59.93 | 60.83 | 88.7 | - |
| YUV | 205.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 237 | 0.16 | 0.14 | 0 | 0.07 | 232.31 | 0.52 | 0.85 |
| Hex | C6 | CB | ED | 10 | E | 0 | 7 | E8 | 34 | 55 |
| Octal | 306 | 313 | 355 | 20 | 16 | 0 | 7 | 350 | 64 | 125 |
| Binary | 11000110 | 11001011 | 11101101 | 10000 | 1110 | 0 | 111 | 11101000 | 110100 | 1010101 |
Color Harmonies of #C6CBED
Complementary color
Monochromatic Colors of #C6CBED
Black with #C6CBED
Text Example
Text Example
White with #C6CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBED; }
p { color: rgb(198,203,237); }
H1.HeaderClassName
{
color: #C6CBED;
}
.AnyTagClassName
{
color: #C6CBED;
}
</style>
background-color css
<style>
a { background-color: #C6CBED; }
a { background-color: rgb(198,203,237); }
div.DivClassName
{
background-color: #C6CBED;
}
.BgClassName
{
background-color: #C6CBED;
}
</style>
border-color css
<style>
span { border-color: #C6CBED; }
span { border-color: rgb(198,203,237); }
td.TdClassName
{
border-color: #C6CBED;
}
.TagClassName
{
border-color: #C6CBED;
}
</style>