Shades of Periwinkle #C1CFEA
Tints of Periwinkle #C1CFEA
RGB
CMYK
RGB Variations
Color information
#C1CFEA (or 0xC1CFEA) is known color: Periwinkle. HEX triplet: C1, CF and EA. RGB value is (193,207,234). Sum of RGB (Red+Green+Blue) = 193+207+234=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFEA is #3E3015. Grayscale: #CDCDCD. Windows color (decimal): -4075542 or 15388609. OLE color: 15388609.
HSL color Cylindrical-coordinate representation of color #C1CFEA: hue angle of 219.51º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CFEA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 207 | 234 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.08 |
| HSL | 219.51º | 0.49% | 0.84% | - |
| HSV(B) | 219.51º | 0.18% | 0.92% | - |
| XYZ | 59.16 | 61.9 | 86.67 | - |
| YUV | 205.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 234 | 0.18 | 0.12 | 0 | 0.08 | 219.51 | 0.49 | 0.84 |
| Hex | C1 | CF | EA | 12 | C | 0 | 8 | DC | 31 | 54 |
| Octal | 301 | 317 | 352 | 22 | 14 | 0 | 10 | 334 | 61 | 124 |
| Binary | 11000001 | 11001111 | 11101010 | 10010 | 1100 | 0 | 1000 | 11011100 | 110001 | 1010100 |
Color Harmonies of #C1CFEA
Complementary color
Monochromatic Colors of #C1CFEA
Black with #C1CFEA
Text Example
Text Example
White with #C1CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFEA; }
p { color: rgb(193,207,234); }
H1.HeaderClassName
{
color: #C1CFEA;
}
.AnyTagClassName
{
color: #C1CFEA;
}
</style>
background-color css
<style>
a { background-color: #C1CFEA; }
a { background-color: rgb(193,207,234); }
div.DivClassName
{
background-color: #C1CFEA;
}
.BgClassName
{
background-color: #C1CFEA;
}
</style>
border-color css
<style>
span { border-color: #C1CFEA; }
span { border-color: rgb(193,207,234); }
td.TdClassName
{
border-color: #C1CFEA;
}
.TagClassName
{
border-color: #C1CFEA;
}
</style>