Shades of Periwinkle #C1CCEA
Tints of Periwinkle #C1CCEA
RGB
CMYK
RGB Variations
Color information
#C1CCEA (or 0xC1CCEA) is known color: Periwinkle. HEX triplet: C1, CC and EA. RGB value is (193,204,234). Sum of RGB (Red+Green+Blue) = 193+204+234=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCEA is #3E3315. Grayscale: #CCCCCC. Windows color (decimal): -4076310 or 15387841. OLE color: 15387841.
HSL color Cylindrical-coordinate representation of color #C1CCEA: hue angle of 223.9º 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 #C1CCEA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 204 | 234 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.08 |
| HSL | 223.9º | 0.49% | 0.84% | - |
| HSV(B) | 223.9º | 0.18% | 0.92% | - |
| XYZ | 58.44 | 60.46 | 86.43 | - |
| YUV | 204.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 234 | 0.18 | 0.13 | 0 | 0.08 | 223.9 | 0.49 | 0.84 |
| Hex | C1 | CC | EA | 12 | D | 0 | 8 | E0 | 31 | 54 |
| Octal | 301 | 314 | 352 | 22 | 15 | 0 | 10 | 340 | 61 | 124 |
| Binary | 11000001 | 11001100 | 11101010 | 10010 | 1101 | 0 | 1000 | 11100000 | 110001 | 1010100 |
Color Harmonies of #C1CCEA
Complementary color
Monochromatic Colors of #C1CCEA
Black with #C1CCEA
Text Example
Text Example
White with #C1CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCEA; }
p { color: rgb(193,204,234); }
H1.HeaderClassName
{
color: #C1CCEA;
}
.AnyTagClassName
{
color: #C1CCEA;
}
</style>
background-color css
<style>
a { background-color: #C1CCEA; }
a { background-color: rgb(193,204,234); }
div.DivClassName
{
background-color: #C1CCEA;
}
.BgClassName
{
background-color: #C1CCEA;
}
</style>
border-color css
<style>
span { border-color: #C1CCEA; }
span { border-color: rgb(193,204,234); }
td.TdClassName
{
border-color: #C1CCEA;
}
.TagClassName
{
border-color: #C1CCEA;
}
</style>