Shades of Periwinkle #C2CCEA
Tints of Periwinkle #C2CCEA
RGB
CMYK
RGB Variations
Color information
#C2CCEA (or 0xC2CCEA) is known color: Periwinkle. HEX triplet: C2, CC and EA. RGB value is (194,204,234). Sum of RGB (Red+Green+Blue) = 194+204+234=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCEA is #3D3315. Grayscale: #CCCCCC. Windows color (decimal): -4010774 or 15387842. OLE color: 15387842.
HSL color Cylindrical-coordinate representation of color #C2CCEA: hue angle of 225º degrees, saturation: 0.49, 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 #C2CCEA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 204 | 234 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.08 |
| HSL | 225º | 0.49% | 0.84% | - |
| HSV(B) | 225º | 0.17% | 0.92% | - |
| XYZ | 58.69 | 60.6 | 86.44 | - |
| YUV | 204.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 234 | 0.17 | 0.13 | 0 | 0.08 | 225 | 0.49 | 0.84 |
| Hex | C2 | CC | EA | 11 | D | 0 | 8 | E1 | 31 | 54 |
| Octal | 302 | 314 | 352 | 21 | 15 | 0 | 10 | 341 | 61 | 124 |
| Binary | 11000010 | 11001100 | 11101010 | 10001 | 1101 | 0 | 1000 | 11100001 | 110001 | 1010100 |
Color Harmonies of #C2CCEA
Complementary color
Monochromatic Colors of #C2CCEA
Black with #C2CCEA
Text Example
Text Example
White with #C2CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCEA; }
p { color: rgb(194,204,234); }
H1.HeaderClassName
{
color: #C2CCEA;
}
.AnyTagClassName
{
color: #C2CCEA;
}
</style>
background-color css
<style>
a { background-color: #C2CCEA; }
a { background-color: rgb(194,204,234); }
div.DivClassName
{
background-color: #C2CCEA;
}
.BgClassName
{
background-color: #C2CCEA;
}
</style>
border-color css
<style>
span { border-color: #C2CCEA; }
span { border-color: rgb(194,204,234); }
td.TdClassName
{
border-color: #C2CCEA;
}
.TagClassName
{
border-color: #C2CCEA;
}
</style>