Shades of Periwinkle #C3CCEC
Tints of Periwinkle #C3CCEC
RGB
CMYK
RGB Variations
Color information
#C3CCEC (or 0xC3CCEC) is known color: Periwinkle. HEX triplet: C3, CC and EC. RGB value is (195,204,236). Sum of RGB (Red+Green+Blue) = 195+204+236=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CCEC is #3C3313. Grayscale: #CCCCCC. Windows color (decimal): -3945236 or 15518915. OLE color: 15518915.
HSL color Cylindrical-coordinate representation of color #C3CCEC: hue angle of 226.83º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CCEC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 204 | 236 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.07 |
| HSL | 226.83º | 0.52% | 0.85% | - |
| HSV(B) | 226.83º | 0.17% | 0.93% | - |
| XYZ | 59.24 | 60.84 | 87.98 | - |
| YUV | 204.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 236 | 0.17 | 0.14 | 0 | 0.07 | 226.83 | 0.52 | 0.85 |
| Hex | C3 | CC | EC | 11 | E | 0 | 7 | E3 | 34 | 55 |
| Octal | 303 | 314 | 354 | 21 | 16 | 0 | 7 | 343 | 64 | 125 |
| Binary | 11000011 | 11001100 | 11101100 | 10001 | 1110 | 0 | 111 | 11100011 | 110100 | 1010101 |
Color Harmonies of #C3CCEC
Complementary color
Monochromatic Colors of #C3CCEC
Black with #C3CCEC
Text Example
Text Example
White with #C3CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCEC; }
p { color: rgb(195,204,236); }
H1.HeaderClassName
{
color: #C3CCEC;
}
.AnyTagClassName
{
color: #C3CCEC;
}
</style>
background-color css
<style>
a { background-color: #C3CCEC; }
a { background-color: rgb(195,204,236); }
div.DivClassName
{
background-color: #C3CCEC;
}
.BgClassName
{
background-color: #C3CCEC;
}
</style>
border-color css
<style>
span { border-color: #C3CCEC; }
span { border-color: rgb(195,204,236); }
td.TdClassName
{
border-color: #C3CCEC;
}
.TagClassName
{
border-color: #C3CCEC;
}
</style>