Shades of Periwinkle #C0CBEB
Tints of Periwinkle #C0CBEB
RGB
CMYK
RGB Variations
Color information
#C0CBEB (or 0xC0CBEB) is known color: Periwinkle. HEX triplet: C0, CB and EB. RGB value is (192,203,235). Sum of RGB (Red+Green+Blue) = 192+203+235=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBEB is #3F3414. Grayscale: #CBCBCB. Windows color (decimal): -4142101 or 15453120. OLE color: 15453120.
HSL color Cylindrical-coordinate representation of color #C0CBEB: hue angle of 224.65º degrees, saturation: 0.52, 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 #C0CBEB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 203 | 235 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.08 |
| HSL | 224.65º | 0.52% | 0.84% | - |
| HSV(B) | 224.65º | 0.18% | 0.92% | - |
| XYZ | 58.09 | 59.92 | 87.1 | - |
| YUV | 203.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 235 | 0.18 | 0.14 | 0 | 0.08 | 224.65 | 0.52 | 0.84 |
| Hex | C0 | CB | EB | 12 | E | 0 | 8 | E1 | 34 | 54 |
| Octal | 300 | 313 | 353 | 22 | 16 | 0 | 10 | 341 | 64 | 124 |
| Binary | 11000000 | 11001011 | 11101011 | 10010 | 1110 | 0 | 1000 | 11100001 | 110100 | 1010100 |
Color Harmonies of #C0CBEB
Complementary color
Monochromatic Colors of #C0CBEB
Black with #C0CBEB
Text Example
Text Example
White with #C0CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBEB; }
p { color: rgb(192,203,235); }
H1.HeaderClassName
{
color: #C0CBEB;
}
.AnyTagClassName
{
color: #C0CBEB;
}
</style>
background-color css
<style>
a { background-color: #C0CBEB; }
a { background-color: rgb(192,203,235); }
div.DivClassName
{
background-color: #C0CBEB;
}
.BgClassName
{
background-color: #C0CBEB;
}
</style>
border-color css
<style>
span { border-color: #C0CBEB; }
span { border-color: rgb(192,203,235); }
td.TdClassName
{
border-color: #C0CBEB;
}
.TagClassName
{
border-color: #C0CBEB;
}
</style>