Shades of Periwinkle #C1CEEA
Tints of Periwinkle #C1CEEA
RGB
CMYK
RGB Variations
Color information
#C1CEEA (or 0xC1CEEA) is known color: Periwinkle. HEX triplet: C1, CE and EA. RGB value is (193,206,234). Sum of RGB (Red+Green+Blue) = 193+206+234=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CEEA is #3E3115. Grayscale: #CDCDCD. Windows color (decimal): -4075798 or 15388353. OLE color: 15388353.
HSL color Cylindrical-coordinate representation of color #C1CEEA: hue angle of 220.98º 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 #C1CEEA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 206 | 234 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.08 |
| HSL | 220.98º | 0.49% | 0.84% | - |
| HSV(B) | 220.98º | 0.18% | 0.92% | - |
| XYZ | 58.91 | 61.42 | 86.59 | - |
| YUV | 205.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 234 | 0.18 | 0.12 | 0 | 0.08 | 220.98 | 0.49 | 0.84 |
| Hex | C1 | CE | EA | 12 | C | 0 | 8 | DD | 31 | 54 |
| Octal | 301 | 316 | 352 | 22 | 14 | 0 | 10 | 335 | 61 | 124 |
| Binary | 11000001 | 11001110 | 11101010 | 10010 | 1100 | 0 | 1000 | 11011101 | 110001 | 1010100 |
Color Harmonies of #C1CEEA
Complementary color
Monochromatic Colors of #C1CEEA
Black with #C1CEEA
Text Example
Text Example
White with #C1CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEEA; }
p { color: rgb(193,206,234); }
H1.HeaderClassName
{
color: #C1CEEA;
}
.AnyTagClassName
{
color: #C1CEEA;
}
</style>
background-color css
<style>
a { background-color: #C1CEEA; }
a { background-color: rgb(193,206,234); }
div.DivClassName
{
background-color: #C1CEEA;
}
.BgClassName
{
background-color: #C1CEEA;
}
</style>
border-color css
<style>
span { border-color: #C1CEEA; }
span { border-color: rgb(193,206,234); }
td.TdClassName
{
border-color: #C1CEEA;
}
.TagClassName
{
border-color: #C1CEEA;
}
</style>