Shades of Periwinkle #C5D3EF
Tints of Periwinkle #C5D3EF
RGB
CMYK
RGB Variations
Color information
#C5D3EF (or 0xC5D3EF) is known color: Periwinkle. HEX triplet: C5, D3 and EF. RGB value is (197,211,239). Sum of RGB (Red+Green+Blue) = 197+211+239=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D3EF is #3A2C10. Grayscale: #D1D1D1. Windows color (decimal): -3812369 or 15717317. OLE color: 15717317.
HSL color Cylindrical-coordinate representation of color #C5D3EF: hue angle of 220º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5D3EF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 211 | 239 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.06 |
| HSL | 220º | 0.57% | 0.85% | - |
| HSV(B) | 220º | 0.18% | 0.94% | - |
| XYZ | 61.9 | 64.69 | 90.89 | - |
| YUV | 210.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 239 | 0.18 | 0.12 | 0 | 0.06 | 220 | 0.57 | 0.85 |
| Hex | C5 | D3 | EF | 12 | C | 0 | 6 | DC | 39 | 55 |
| Octal | 305 | 323 | 357 | 22 | 14 | 0 | 6 | 334 | 71 | 125 |
| Binary | 11000101 | 11010011 | 11101111 | 10010 | 1100 | 0 | 110 | 11011100 | 111001 | 1010101 |
Color Harmonies of #C5D3EF
Complementary color
Monochromatic Colors of #C5D3EF
Black with #C5D3EF
Text Example
Text Example
White with #C5D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D3EF; }
p { color: rgb(197,211,239); }
H1.HeaderClassName
{
color: #C5D3EF;
}
.AnyTagClassName
{
color: #C5D3EF;
}
</style>
background-color css
<style>
a { background-color: #C5D3EF; }
a { background-color: rgb(197,211,239); }
div.DivClassName
{
background-color: #C5D3EF;
}
.BgClassName
{
background-color: #C5D3EF;
}
</style>
border-color css
<style>
span { border-color: #C5D3EF; }
span { border-color: rgb(197,211,239); }
td.TdClassName
{
border-color: #C5D3EF;
}
.TagClassName
{
border-color: #C5D3EF;
}
</style>