Shades of Periwinkle #C5D1EE
Tints of Periwinkle #C5D1EE
RGB
CMYK
RGB Variations
Color information
#C5D1EE (or 0xC5D1EE) is known color: Periwinkle. HEX triplet: C5, D1 and EE. RGB value is (197,209,238). Sum of RGB (Red+Green+Blue) = 197+209+238=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D1EE is #3A2E11. Grayscale: #D0D0D0. Windows color (decimal): -3812882 or 15651269. OLE color: 15651269.
HSL color Cylindrical-coordinate representation of color #C5D1EE: hue angle of 222.44º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D1EE is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 209 | 238 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.07 |
| HSL | 222.44º | 0.55% | 0.85% | - |
| HSV(B) | 222.44º | 0.17% | 0.93% | - |
| XYZ | 61.26 | 63.64 | 89.94 | - |
| YUV | 208.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 238 | 0.17 | 0.12 | 0 | 0.07 | 222.44 | 0.55 | 0.85 |
| Hex | C5 | D1 | EE | 11 | C | 0 | 7 | DE | 37 | 55 |
| Octal | 305 | 321 | 356 | 21 | 14 | 0 | 7 | 336 | 67 | 125 |
| Binary | 11000101 | 11010001 | 11101110 | 10001 | 1100 | 0 | 111 | 11011110 | 110111 | 1010101 |
Color Harmonies of #C5D1EE
Complementary color
Monochromatic Colors of #C5D1EE
Black with #C5D1EE
Text Example
Text Example
White with #C5D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D1EE; }
p { color: rgb(197,209,238); }
H1.HeaderClassName
{
color: #C5D1EE;
}
.AnyTagClassName
{
color: #C5D1EE;
}
</style>
background-color css
<style>
a { background-color: #C5D1EE; }
a { background-color: rgb(197,209,238); }
div.DivClassName
{
background-color: #C5D1EE;
}
.BgClassName
{
background-color: #C5D1EE;
}
</style>
border-color css
<style>
span { border-color: #C5D1EE; }
span { border-color: rgb(197,209,238); }
td.TdClassName
{
border-color: #C5D1EE;
}
.TagClassName
{
border-color: #C5D1EE;
}
</style>