Shades of Periwinkle #C6D5ED
Tints of Periwinkle #C6D5ED
RGB
CMYK
RGB Variations
Color information
#C6D5ED (or 0xC6D5ED) is known color: Periwinkle. HEX triplet: C6, D5 and ED. RGB value is (198,213,237). Sum of RGB (Red+Green+Blue) = 198+213+237=648 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.56% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D5ED is #392A12. Grayscale: #D3D3D3. Windows color (decimal): -3746323 or 15586758. OLE color: 15586758.
HSL color Cylindrical-coordinate representation of color #C6D5ED: hue angle of 216.92º 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 #C6D5ED is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 213 | 237 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.07 |
| HSL | 216.92º | 0.52% | 0.85% | - |
| HSV(B) | 216.92º | 0.16% | 0.93% | - |
| XYZ | 62.37 | 65.71 | 89.52 | - |
| YUV | 211.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 237 | 0.16 | 0.10 | 0 | 0.07 | 216.92 | 0.52 | 0.85 |
| Hex | C6 | D5 | ED | 10 | A | 0 | 7 | D9 | 34 | 55 |
| Octal | 306 | 325 | 355 | 20 | 12 | 0 | 7 | 331 | 64 | 125 |
| Binary | 11000110 | 11010101 | 11101101 | 10000 | 1010 | 0 | 111 | 11011001 | 110100 | 1010101 |
Color Harmonies of #C6D5ED
Complementary color
Monochromatic Colors of #C6D5ED
Black with #C6D5ED
Text Example
Text Example
White with #C6D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D5ED; }
p { color: rgb(198,213,237); }
H1.HeaderClassName
{
color: #C6D5ED;
}
.AnyTagClassName
{
color: #C6D5ED;
}
</style>
background-color css
<style>
a { background-color: #C6D5ED; }
a { background-color: rgb(198,213,237); }
div.DivClassName
{
background-color: #C6D5ED;
}
.BgClassName
{
background-color: #C6D5ED;
}
</style>
border-color css
<style>
span { border-color: #C6D5ED; }
span { border-color: rgb(198,213,237); }
td.TdClassName
{
border-color: #C6D5ED;
}
.TagClassName
{
border-color: #C6D5ED;
}
</style>