Shades of Periwinkle #C8D0F0
Tints of Periwinkle #C8D0F0
RGB
CMYK
RGB Variations
Color information
#C8D0F0 (or 0xC8D0F0) is known color: Periwinkle. HEX triplet: C8, D0 and F0. RGB value is (200,208,240). Sum of RGB (Red+Green+Blue) = 200+208+240=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8D0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D0F0 is #372F0F. Grayscale: #D1D1D1. Windows color (decimal): -3616528 or 15782088. OLE color: 15782088.
HSL color Cylindrical-coordinate representation of color #C8D0F0: hue angle of 228º 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 #C8D0F0 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 208 | 240 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.06 |
| HSL | 228º | 0.57% | 0.86% | - |
| HSV(B) | 228º | 0.17% | 0.94% | - |
| XYZ | 62.1 | 63.68 | 91.46 | - |
| YUV | 209.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 240 | 0.17 | 0.13 | 0 | 0.06 | 228 | 0.57 | 0.86 |
| Hex | C8 | D0 | F0 | 11 | D | 0 | 6 | E4 | 39 | 56 |
| Octal | 310 | 320 | 360 | 21 | 15 | 0 | 6 | 344 | 71 | 126 |
| Binary | 11001000 | 11010000 | 11110000 | 10001 | 1101 | 0 | 110 | 11100100 | 111001 | 1010110 |
Color Harmonies of #C8D0F0
Complementary color
Monochromatic Colors of #C8D0F0
Black with #C8D0F0
Text Example
Text Example
White with #C8D0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0F0; }
p { color: rgb(200,208,240); }
H1.HeaderClassName
{
color: #C8D0F0;
}
.AnyTagClassName
{
color: #C8D0F0;
}
</style>
background-color css
<style>
a { background-color: #C8D0F0; }
a { background-color: rgb(200,208,240); }
div.DivClassName
{
background-color: #C8D0F0;
}
.BgClassName
{
background-color: #C8D0F0;
}
</style>
border-color css
<style>
span { border-color: #C8D0F0; }
span { border-color: rgb(200,208,240); }
td.TdClassName
{
border-color: #C8D0F0;
}
.TagClassName
{
border-color: #C8D0F0;
}
</style>