Shades of Periwinkle #C0CCEA
Tints of Periwinkle #C0CCEA
RGB
CMYK
RGB Variations
Color information
#C0CCEA (or 0xC0CCEA) is known color: Periwinkle. HEX triplet: C0, CC and EA. RGB value is (192,204,234). Sum of RGB (Red+Green+Blue) = 192+204+234=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCEA is #3F3315. Grayscale: #CBCBCB. Windows color (decimal): -4141846 or 15387840. OLE color: 15387840.
HSL color Cylindrical-coordinate representation of color #C0CCEA: hue angle of 222.86º degrees, saturation: 0.5, 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 #C0CCEA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 204 | 234 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.08 |
| HSL | 222.86º | 0.5% | 0.84% | - |
| HSV(B) | 222.86º | 0.18% | 0.92% | - |
| XYZ | 58.18 | 60.33 | 86.42 | - |
| YUV | 203.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 234 | 0.18 | 0.13 | 0 | 0.08 | 222.86 | 0.5 | 0.84 |
| Hex | C0 | CC | EA | 12 | D | 0 | 8 | DF | 32 | 54 |
| Octal | 300 | 314 | 352 | 22 | 15 | 0 | 10 | 337 | 62 | 124 |
| Binary | 11000000 | 11001100 | 11101010 | 10010 | 1101 | 0 | 1000 | 11011111 | 110010 | 1010100 |
Color Harmonies of #C0CCEA
Complementary color
Monochromatic Colors of #C0CCEA
Black with #C0CCEA
Text Example
Text Example
White with #C0CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCEA; }
p { color: rgb(192,204,234); }
H1.HeaderClassName
{
color: #C0CCEA;
}
.AnyTagClassName
{
color: #C0CCEA;
}
</style>
background-color css
<style>
a { background-color: #C0CCEA; }
a { background-color: rgb(192,204,234); }
div.DivClassName
{
background-color: #C0CCEA;
}
.BgClassName
{
background-color: #C0CCEA;
}
</style>
border-color css
<style>
span { border-color: #C0CCEA; }
span { border-color: rgb(192,204,234); }
td.TdClassName
{
border-color: #C0CCEA;
}
.TagClassName
{
border-color: #C0CCEA;
}
</style>