Shades of Periwinkle #C3CCEA
Tints of Periwinkle #C3CCEA
RGB
CMYK
RGB Variations
Color information
#C3CCEA (or 0xC3CCEA) is known color: Periwinkle. HEX triplet: C3, CC and EA. RGB value is (195,204,234). Sum of RGB (Red+Green+Blue) = 195+204+234=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 204 (80.08% from 255 or 32.23% 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 #C3CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CCEA is #3C3315. Grayscale: #CCCCCC. Windows color (decimal): -3945238 or 15387843. OLE color: 15387843.
HSL color Cylindrical-coordinate representation of color #C3CCEA: hue angle of 226.15º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CCEA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 204 | 234 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.08 |
| HSL | 226.15º | 0.48% | 0.84% | - |
| HSV(B) | 226.15º | 0.17% | 0.92% | - |
| XYZ | 58.95 | 60.73 | 86.46 | - |
| YUV | 204.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 234 | 0.17 | 0.13 | 0 | 0.08 | 226.15 | 0.48 | 0.84 |
| Hex | C3 | CC | EA | 11 | D | 0 | 8 | E2 | 30 | 54 |
| Octal | 303 | 314 | 352 | 21 | 15 | 0 | 10 | 342 | 60 | 124 |
| Binary | 11000011 | 11001100 | 11101010 | 10001 | 1101 | 0 | 1000 | 11100010 | 110000 | 1010100 |
Color Harmonies of #C3CCEA
Complementary color
Monochromatic Colors of #C3CCEA
Black with #C3CCEA
Text Example
Text Example
White with #C3CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCEA; }
p { color: rgb(195,204,234); }
H1.HeaderClassName
{
color: #C3CCEA;
}
.AnyTagClassName
{
color: #C3CCEA;
}
</style>
background-color css
<style>
a { background-color: #C3CCEA; }
a { background-color: rgb(195,204,234); }
div.DivClassName
{
background-color: #C3CCEA;
}
.BgClassName
{
background-color: #C3CCEA;
}
</style>
border-color css
<style>
span { border-color: #C3CCEA; }
span { border-color: rgb(195,204,234); }
td.TdClassName
{
border-color: #C3CCEA;
}
.TagClassName
{
border-color: #C3CCEA;
}
</style>