Shades of Periwinkle #C1D2EF
Tints of Periwinkle #C1D2EF
RGB
CMYK
RGB Variations
Color information
#C1D2EF (or 0xC1D2EF) is known color: Periwinkle. HEX triplet: C1, D2 and EF. RGB value is (193,210,239). Sum of RGB (Red+Green+Blue) = 193+210+239=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D2EF is #3E2D10. Grayscale: #D0D0D0. Windows color (decimal): -4074769 or 15717057. OLE color: 15717057.
HSL color Cylindrical-coordinate representation of color #C1D2EF: hue angle of 217.83º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1D2EF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 210 | 239 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.06 |
| HSL | 217.83º | 0.59% | 0.85% | - |
| HSV(B) | 217.83º | 0.19% | 0.94% | - |
| XYZ | 60.62 | 63.66 | 90.75 | - |
| YUV | 208.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 239 | 0.19 | 0.12 | 0 | 0.06 | 217.83 | 0.59 | 0.85 |
| Hex | C1 | D2 | EF | 13 | C | 0 | 6 | DA | 3B | 55 |
| Octal | 301 | 322 | 357 | 23 | 14 | 0 | 6 | 332 | 73 | 125 |
| Binary | 11000001 | 11010010 | 11101111 | 10011 | 1100 | 0 | 110 | 11011010 | 111011 | 1010101 |
Color Harmonies of #C1D2EF
Complementary color
Monochromatic Colors of #C1D2EF
Black with #C1D2EF
Text Example
Text Example
White with #C1D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D2EF; }
p { color: rgb(193,210,239); }
H1.HeaderClassName
{
color: #C1D2EF;
}
.AnyTagClassName
{
color: #C1D2EF;
}
</style>
background-color css
<style>
a { background-color: #C1D2EF; }
a { background-color: rgb(193,210,239); }
div.DivClassName
{
background-color: #C1D2EF;
}
.BgClassName
{
background-color: #C1D2EF;
}
</style>
border-color css
<style>
span { border-color: #C1D2EF; }
span { border-color: rgb(193,210,239); }
td.TdClassName
{
border-color: #C1D2EF;
}
.TagClassName
{
border-color: #C1D2EF;
}
</style>