Shades of Periwinkle #C6D0ED
Tints of Periwinkle #C6D0ED
RGB
CMYK
RGB Variations
Color information
#C6D0ED (or 0xC6D0ED) is known color: Periwinkle. HEX triplet: C6, D0 and ED. RGB value is (198,208,237). Sum of RGB (Red+Green+Blue) = 198+208+237=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D0ED is #392F12. Grayscale: #D0D0D0. Windows color (decimal): -3747603 or 15585478. OLE color: 15585478.
HSL color Cylindrical-coordinate representation of color #C6D0ED: hue angle of 224.62º 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 #C6D0ED is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 208 | 237 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.07 |
| HSL | 224.62º | 0.52% | 0.85% | - |
| HSV(B) | 224.62º | 0.16% | 0.93% | - |
| XYZ | 61.13 | 63.23 | 89.1 | - |
| YUV | 208.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 237 | 0.16 | 0.12 | 0 | 0.07 | 224.62 | 0.52 | 0.85 |
| Hex | C6 | D0 | ED | 10 | C | 0 | 7 | E1 | 34 | 55 |
| Octal | 306 | 320 | 355 | 20 | 14 | 0 | 7 | 341 | 64 | 125 |
| Binary | 11000110 | 11010000 | 11101101 | 10000 | 1100 | 0 | 111 | 11100001 | 110100 | 1010101 |
Color Harmonies of #C6D0ED
Complementary color
Monochromatic Colors of #C6D0ED
Black with #C6D0ED
Text Example
Text Example
White with #C6D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D0ED; }
p { color: rgb(198,208,237); }
H1.HeaderClassName
{
color: #C6D0ED;
}
.AnyTagClassName
{
color: #C6D0ED;
}
</style>
background-color css
<style>
a { background-color: #C6D0ED; }
a { background-color: rgb(198,208,237); }
div.DivClassName
{
background-color: #C6D0ED;
}
.BgClassName
{
background-color: #C6D0ED;
}
</style>
border-color css
<style>
span { border-color: #C6D0ED; }
span { border-color: rgb(198,208,237); }
td.TdClassName
{
border-color: #C6D0ED;
}
.TagClassName
{
border-color: #C6D0ED;
}
</style>