Shades of Periwinkle #C0CAEA
Tints of Periwinkle #C0CAEA
RGB
CMYK
RGB Variations
Color information
#C0CAEA (or 0xC0CAEA) is known color: Periwinkle. HEX triplet: C0, CA and EA. RGB value is (192,202,234). Sum of RGB (Red+Green+Blue) = 192+202+234=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEA is #3F3515. Grayscale: #CACACA. Windows color (decimal): -4142358 or 15387328. OLE color: 15387328.
HSL color Cylindrical-coordinate representation of color #C0CAEA: hue angle of 225.71º 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 #C0CAEA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 202 | 234 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.08 |
| HSL | 225.71º | 0.5% | 0.84% | - |
| HSV(B) | 225.71º | 0.18% | 0.92% | - |
| XYZ | 57.71 | 59.39 | 86.26 | - |
| YUV | 202.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 234 | 0.18 | 0.14 | 0 | 0.08 | 225.71 | 0.5 | 0.84 |
| Hex | C0 | CA | EA | 12 | E | 0 | 8 | E2 | 32 | 54 |
| Octal | 300 | 312 | 352 | 22 | 16 | 0 | 10 | 342 | 62 | 124 |
| Binary | 11000000 | 11001010 | 11101010 | 10010 | 1110 | 0 | 1000 | 11100010 | 110010 | 1010100 |
Color Harmonies of #C0CAEA
Complementary color
Monochromatic Colors of #C0CAEA
Black with #C0CAEA
Text Example
Text Example
White with #C0CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAEA; }
p { color: rgb(192,202,234); }
H1.HeaderClassName
{
color: #C0CAEA;
}
.AnyTagClassName
{
color: #C0CAEA;
}
</style>
background-color css
<style>
a { background-color: #C0CAEA; }
a { background-color: rgb(192,202,234); }
div.DivClassName
{
background-color: #C0CAEA;
}
.BgClassName
{
background-color: #C0CAEA;
}
</style>
border-color css
<style>
span { border-color: #C0CAEA; }
span { border-color: rgb(192,202,234); }
td.TdClassName
{
border-color: #C0CAEA;
}
.TagClassName
{
border-color: #C0CAEA;
}
</style>