Shades of Periwinkle #C1D1FB
Tints of Periwinkle #C1D1FB
RGB
CMYK
RGB Variations
Color information
#C1D1FB (or 0xC1D1FB) is known color: Periwinkle. HEX triplet: C1, D1 and FB. RGB value is (193,209,251). Sum of RGB (Red+Green+Blue) = 193+209+251=653 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.56% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D1FB is #3E2E04. Grayscale: #D0D0D0. Windows color (decimal): -4075013 or 16503233. OLE color: 16503233.
HSL color Cylindrical-coordinate representation of color #C1D1FB: hue angle of 223.45º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1D1FB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 209 | 251 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.02 |
| HSL | 223.45º | 0.88% | 0.87% | - |
| HSV(B) | 223.45º | 0.23% | 0.98% | - |
| XYZ | 62.21 | 63.9 | 100.32 | - |
| YUV | 209 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 251 | 0.23 | 0.17 | 0 | 0.02 | 223.45 | 0.88 | 0.87 |
| Hex | C1 | D1 | FB | 17 | 11 | 0 | 2 | DF | 58 | 57 |
| Octal | 301 | 321 | 373 | 27 | 21 | 0 | 2 | 337 | 130 | 127 |
| Binary | 11000001 | 11010001 | 11111011 | 10111 | 10001 | 0 | 10 | 11011111 | 1011000 | 1010111 |
Color Harmonies of #C1D1FB
Complementary color
Monochromatic Colors of #C1D1FB
Black with #C1D1FB
Text Example
Text Example
White with #C1D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D1FB; }
p { color: rgb(193,209,251); }
H1.HeaderClassName
{
color: #C1D1FB;
}
.AnyTagClassName
{
color: #C1D1FB;
}
</style>
background-color css
<style>
a { background-color: #C1D1FB; }
a { background-color: rgb(193,209,251); }
div.DivClassName
{
background-color: #C1D1FB;
}
.BgClassName
{
background-color: #C1D1FB;
}
</style>
border-color css
<style>
span { border-color: #C1D1FB; }
span { border-color: rgb(193,209,251); }
td.TdClassName
{
border-color: #C1D1FB;
}
.TagClassName
{
border-color: #C1D1FB;
}
</style>