Shades of Periwinkle #C1D2FB
Tints of Periwinkle #C1D2FB
RGB
CMYK
RGB Variations
Color information
#C1D2FB (or 0xC1D2FB) is known color: Periwinkle. HEX triplet: C1, D2 and FB. RGB value is (193,210,251). Sum of RGB (Red+Green+Blue) = 193+210+251=654 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.51% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D2FB is #3E2D04. Grayscale: #D1D1D1. Windows color (decimal): -4074757 or 16503489. OLE color: 16503489.
HSL color Cylindrical-coordinate representation of color #C1D2FB: hue angle of 222.41º 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 #C1D2FB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 210 | 251 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.02 |
| HSL | 222.41º | 0.88% | 0.87% | - |
| HSV(B) | 222.41º | 0.23% | 0.98% | - |
| XYZ | 62.45 | 64.4 | 100.4 | - |
| YUV | 209.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 251 | 0.23 | 0.16 | 0 | 0.02 | 222.41 | 0.88 | 0.87 |
| Hex | C1 | D2 | FB | 17 | 10 | 0 | 2 | DE | 58 | 57 |
| Octal | 301 | 322 | 373 | 27 | 20 | 0 | 2 | 336 | 130 | 127 |
| Binary | 11000001 | 11010010 | 11111011 | 10111 | 10000 | 0 | 10 | 11011110 | 1011000 | 1010111 |
Color Harmonies of #C1D2FB
Complementary color
Monochromatic Colors of #C1D2FB
Black with #C1D2FB
Text Example
Text Example
White with #C1D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D2FB; }
p { color: rgb(193,210,251); }
H1.HeaderClassName
{
color: #C1D2FB;
}
.AnyTagClassName
{
color: #C1D2FB;
}
</style>
background-color css
<style>
a { background-color: #C1D2FB; }
a { background-color: rgb(193,210,251); }
div.DivClassName
{
background-color: #C1D2FB;
}
.BgClassName
{
background-color: #C1D2FB;
}
</style>
border-color css
<style>
span { border-color: #C1D2FB; }
span { border-color: rgb(193,210,251); }
td.TdClassName
{
border-color: #C1D2FB;
}
.TagClassName
{
border-color: #C1D2FB;
}
</style>