Shades of Periwinkle #C6CBDE
Tints of Periwinkle #C6CBDE
RGB
CMYK
RGB Variations
Color information
#C6CBDE (or 0xC6CBDE) is known color: Periwinkle. HEX triplet: C6, CB and DE. RGB value is (198,203,222). Sum of RGB (Red+Green+Blue) = 198+203+222=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBDE is #393421. Grayscale: #CBCBCB. Windows color (decimal): -3748898 or 14601158. OLE color: 14601158.
HSL color Cylindrical-coordinate representation of color #C6CBDE: hue angle of 227.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6CBDE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 203 | 222 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.13 |
| HSL | 227.5º | 0.27% | 0.82% | - |
| HSV(B) | 227.5º | 0.11% | 0.87% | - |
| XYZ | 57.83 | 59.99 | 77.64 | - |
| YUV | 203.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 222 | 0.11 | 0.09 | 0 | 0.13 | 227.5 | 0.27 | 0.82 |
| Hex | C6 | CB | DE | B | 9 | 0 | D | E4 | 1B | 52 |
| Octal | 306 | 313 | 336 | 13 | 11 | 0 | 15 | 344 | 33 | 122 |
| Binary | 11000110 | 11001011 | 11011110 | 1011 | 1001 | 0 | 1101 | 11100100 | 11011 | 1010010 |
Color Harmonies of #C6CBDE
Complementary color
Monochromatic Colors of #C6CBDE
Black with #C6CBDE
Text Example
Text Example
White with #C6CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBDE; }
p { color: rgb(198,203,222); }
H1.HeaderClassName
{
color: #C6CBDE;
}
.AnyTagClassName
{
color: #C6CBDE;
}
</style>
background-color css
<style>
a { background-color: #C6CBDE; }
a { background-color: rgb(198,203,222); }
div.DivClassName
{
background-color: #C6CBDE;
}
.BgClassName
{
background-color: #C6CBDE;
}
</style>
border-color css
<style>
span { border-color: #C6CBDE; }
span { border-color: rgb(198,203,222); }
td.TdClassName
{
border-color: #C6CBDE;
}
.TagClassName
{
border-color: #C6CBDE;
}
</style>