Shades of Periwinkle #C8D1F0
Tints of Periwinkle #C8D1F0
RGB
CMYK
RGB Variations
Color information
#C8D1F0 (or 0xC8D1F0) is known color: Periwinkle. HEX triplet: C8, D1 and F0. RGB value is (200,209,240). Sum of RGB (Red+Green+Blue) = 200+209+240=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8D1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1F0 is #372E0F. Grayscale: #D1D1D1. Windows color (decimal): -3616272 or 15782344. OLE color: 15782344.
HSL color Cylindrical-coordinate representation of color #C8D1F0: hue angle of 226.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8D1F0 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 209 | 240 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.06 |
| HSL | 226.5º | 0.57% | 0.86% | - |
| HSV(B) | 226.5º | 0.17% | 0.94% | - |
| XYZ | 62.35 | 64.17 | 91.54 | - |
| YUV | 209.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 240 | 0.17 | 0.13 | 0 | 0.06 | 226.5 | 0.57 | 0.86 |
| Hex | C8 | D1 | F0 | 11 | D | 0 | 6 | E2 | 39 | 56 |
| Octal | 310 | 321 | 360 | 21 | 15 | 0 | 6 | 342 | 71 | 126 |
| Binary | 11001000 | 11010001 | 11110000 | 10001 | 1101 | 0 | 110 | 11100010 | 111001 | 1010110 |
Color Harmonies of #C8D1F0
Complementary color
Monochromatic Colors of #C8D1F0
Black with #C8D1F0
Text Example
Text Example
White with #C8D1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1F0; }
p { color: rgb(200,209,240); }
H1.HeaderClassName
{
color: #C8D1F0;
}
.AnyTagClassName
{
color: #C8D1F0;
}
</style>
background-color css
<style>
a { background-color: #C8D1F0; }
a { background-color: rgb(200,209,240); }
div.DivClassName
{
background-color: #C8D1F0;
}
.BgClassName
{
background-color: #C8D1F0;
}
</style>
border-color css
<style>
span { border-color: #C8D1F0; }
span { border-color: rgb(200,209,240); }
td.TdClassName
{
border-color: #C8D1F0;
}
.TagClassName
{
border-color: #C8D1F0;
}
</style>