Shades of Periwinkle #C1D0FB
Tints of Periwinkle #C1D0FB
RGB
CMYK
RGB Variations
Color information
#C1D0FB (or 0xC1D0FB) is known color: Periwinkle. HEX triplet: C1, D0 and FB. RGB value is (193,208,251). Sum of RGB (Red+Green+Blue) = 193+208+251=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D0FB is #3E2F04. Grayscale: #D0D0D0. Windows color (decimal): -4075269 or 16502977. OLE color: 16502977.
HSL color Cylindrical-coordinate representation of color #C1D0FB: hue angle of 224.48º 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 #C1D0FB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 208 | 251 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.02 |
| HSL | 224.48º | 0.88% | 0.87% | - |
| HSV(B) | 224.48º | 0.23% | 0.98% | - |
| XYZ | 61.96 | 63.41 | 100.24 | - |
| YUV | 208.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 251 | 0.23 | 0.17 | 0 | 0.02 | 224.48 | 0.88 | 0.87 |
| Hex | C1 | D0 | FB | 17 | 11 | 0 | 2 | E0 | 58 | 57 |
| Octal | 301 | 320 | 373 | 27 | 21 | 0 | 2 | 340 | 130 | 127 |
| Binary | 11000001 | 11010000 | 11111011 | 10111 | 10001 | 0 | 10 | 11100000 | 1011000 | 1010111 |
Color Harmonies of #C1D0FB
Complementary color
Monochromatic Colors of #C1D0FB
Black with #C1D0FB
Text Example
Text Example
White with #C1D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0FB; }
p { color: rgb(193,208,251); }
H1.HeaderClassName
{
color: #C1D0FB;
}
.AnyTagClassName
{
color: #C1D0FB;
}
</style>
background-color css
<style>
a { background-color: #C1D0FB; }
a { background-color: rgb(193,208,251); }
div.DivClassName
{
background-color: #C1D0FB;
}
.BgClassName
{
background-color: #C1D0FB;
}
</style>
border-color css
<style>
span { border-color: #C1D0FB; }
span { border-color: rgb(193,208,251); }
td.TdClassName
{
border-color: #C1D0FB;
}
.TagClassName
{
border-color: #C1D0FB;
}
</style>