Shades of Periwinkle #C6CDDF
Tints of Periwinkle #C6CDDF
RGB
CMYK
RGB Variations
Color information
#C6CDDF (or 0xC6CDDF) is known color: Periwinkle. HEX triplet: C6, CD and DF. RGB value is (198,205,223). Sum of RGB (Red+Green+Blue) = 198+205+223=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDDF is #393220. Grayscale: #CCCCCC. Windows color (decimal): -3748385 or 14667206. OLE color: 14667206.
HSL color Cylindrical-coordinate representation of color #C6CDDF: hue angle of 223.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6CDDF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 205 | 223 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.13 |
| HSL | 223.2º | 0.28% | 0.83% | - |
| HSV(B) | 223.2º | 0.11% | 0.87% | - |
| XYZ | 58.44 | 61 | 78.51 | - |
| YUV | 204.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 223 | 0.11 | 0.08 | 0 | 0.13 | 223.2 | 0.28 | 0.83 |
| Hex | C6 | CD | DF | B | 8 | 0 | D | DF | 1C | 53 |
| Octal | 306 | 315 | 337 | 13 | 10 | 0 | 15 | 337 | 34 | 123 |
| Binary | 11000110 | 11001101 | 11011111 | 1011 | 1000 | 0 | 1101 | 11011111 | 11100 | 1010011 |
Color Harmonies of #C6CDDF
Complementary color
Monochromatic Colors of #C6CDDF
Black with #C6CDDF
Text Example
Text Example
White with #C6CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDDF; }
p { color: rgb(198,205,223); }
H1.HeaderClassName
{
color: #C6CDDF;
}
.AnyTagClassName
{
color: #C6CDDF;
}
</style>
background-color css
<style>
a { background-color: #C6CDDF; }
a { background-color: rgb(198,205,223); }
div.DivClassName
{
background-color: #C6CDDF;
}
.BgClassName
{
background-color: #C6CDDF;
}
</style>
border-color css
<style>
span { border-color: #C6CDDF; }
span { border-color: rgb(198,205,223); }
td.TdClassName
{
border-color: #C6CDDF;
}
.TagClassName
{
border-color: #C6CDDF;
}
</style>