Shades of Periwinkle #C0CBEA
Tints of Periwinkle #C0CBEA
RGB
CMYK
RGB Variations
Color information
#C0CBEA (or 0xC0CBEA) is known color: Periwinkle. HEX triplet: C0, CB and EA. RGB value is (192,203,234). Sum of RGB (Red+Green+Blue) = 192+203+234=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBEA is #3F3415. Grayscale: #CBCBCB. Windows color (decimal): -4142102 or 15387584. OLE color: 15387584.
HSL color Cylindrical-coordinate representation of color #C0CBEA: hue angle of 224.29º 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 #C0CBEA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 203 | 234 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.08 |
| HSL | 224.29º | 0.5% | 0.84% | - |
| HSV(B) | 224.29º | 0.18% | 0.92% | - |
| XYZ | 57.95 | 59.86 | 86.34 | - |
| YUV | 203.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 234 | 0.18 | 0.13 | 0 | 0.08 | 224.29 | 0.5 | 0.84 |
| Hex | C0 | CB | EA | 12 | D | 0 | 8 | E0 | 32 | 54 |
| Octal | 300 | 313 | 352 | 22 | 15 | 0 | 10 | 340 | 62 | 124 |
| Binary | 11000000 | 11001011 | 11101010 | 10010 | 1101 | 0 | 1000 | 11100000 | 110010 | 1010100 |
Color Harmonies of #C0CBEA
Complementary color
Monochromatic Colors of #C0CBEA
Black with #C0CBEA
Text Example
Text Example
White with #C0CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBEA; }
p { color: rgb(192,203,234); }
H1.HeaderClassName
{
color: #C0CBEA;
}
.AnyTagClassName
{
color: #C0CBEA;
}
</style>
background-color css
<style>
a { background-color: #C0CBEA; }
a { background-color: rgb(192,203,234); }
div.DivClassName
{
background-color: #C0CBEA;
}
.BgClassName
{
background-color: #C0CBEA;
}
</style>
border-color css
<style>
span { border-color: #C0CBEA; }
span { border-color: rgb(192,203,234); }
td.TdClassName
{
border-color: #C0CBEA;
}
.TagClassName
{
border-color: #C0CBEA;
}
</style>