Shades of Periwinkle #C1CCEE
Tints of Periwinkle #C1CCEE
RGB
CMYK
RGB Variations
Color information
#C1CCEE (or 0xC1CCEE) is known color: Periwinkle. HEX triplet: C1, CC and EE. RGB value is (193,204,238). Sum of RGB (Red+Green+Blue) = 193+204+238=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCEE is #3E3311. Grayscale: #CCCCCC. Windows color (decimal): -4076306 or 15649985. OLE color: 15649985.
HSL color Cylindrical-coordinate representation of color #C1CCEE: hue angle of 225.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CCEE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 204 | 238 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 225.33º | 0.57% | 0.85% | - |
| HSV(B) | 225.33º | 0.19% | 0.93% | - |
| XYZ | 59.02 | 60.7 | 89.49 | - |
| YUV | 204.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 238 | 0.19 | 0.14 | 0 | 0.07 | 225.33 | 0.57 | 0.85 |
| Hex | C1 | CC | EE | 13 | E | 0 | 7 | E1 | 39 | 55 |
| Octal | 301 | 314 | 356 | 23 | 16 | 0 | 7 | 341 | 71 | 125 |
| Binary | 11000001 | 11001100 | 11101110 | 10011 | 1110 | 0 | 111 | 11100001 | 111001 | 1010101 |
Color Harmonies of #C1CCEE
Complementary color
Monochromatic Colors of #C1CCEE
Black with #C1CCEE
Text Example
Text Example
White with #C1CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCEE; }
p { color: rgb(193,204,238); }
H1.HeaderClassName
{
color: #C1CCEE;
}
.AnyTagClassName
{
color: #C1CCEE;
}
</style>
background-color css
<style>
a { background-color: #C1CCEE; }
a { background-color: rgb(193,204,238); }
div.DivClassName
{
background-color: #C1CCEE;
}
.BgClassName
{
background-color: #C1CCEE;
}
</style>
border-color css
<style>
span { border-color: #C1CCEE; }
span { border-color: rgb(193,204,238); }
td.TdClassName
{
border-color: #C1CCEE;
}
.TagClassName
{
border-color: #C1CCEE;
}
</style>