Shades of Periwinkle #C0CCEB
Tints of Periwinkle #C0CCEB
RGB
CMYK
RGB Variations
Color information
#C0CCEB (or 0xC0CCEB) is known color: Periwinkle. HEX triplet: C0, CC and EB. RGB value is (192,204,235). Sum of RGB (Red+Green+Blue) = 192+204+235=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCEB is #3F3314. Grayscale: #CBCBCB. Windows color (decimal): -4141845 or 15453376. OLE color: 15453376.
HSL color Cylindrical-coordinate representation of color #C0CCEB: hue angle of 223.26º 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 #C0CCEB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 204 | 235 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.08 |
| HSL | 223.26º | 0.52% | 0.84% | - |
| HSV(B) | 223.26º | 0.18% | 0.92% | - |
| XYZ | 58.33 | 60.39 | 87.18 | - |
| YUV | 203.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 235 | 0.18 | 0.13 | 0 | 0.08 | 223.26 | 0.52 | 0.84 |
| Hex | C0 | CC | EB | 12 | D | 0 | 8 | DF | 34 | 54 |
| Octal | 300 | 314 | 353 | 22 | 15 | 0 | 10 | 337 | 64 | 124 |
| Binary | 11000000 | 11001100 | 11101011 | 10010 | 1101 | 0 | 1000 | 11011111 | 110100 | 1010100 |
Color Harmonies of #C0CCEB
Complementary color
Monochromatic Colors of #C0CCEB
Black with #C0CCEB
Text Example
Text Example
White with #C0CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCEB; }
p { color: rgb(192,204,235); }
H1.HeaderClassName
{
color: #C0CCEB;
}
.AnyTagClassName
{
color: #C0CCEB;
}
</style>
background-color css
<style>
a { background-color: #C0CCEB; }
a { background-color: rgb(192,204,235); }
div.DivClassName
{
background-color: #C0CCEB;
}
.BgClassName
{
background-color: #C0CCEB;
}
</style>
border-color css
<style>
span { border-color: #C0CCEB; }
span { border-color: rgb(192,204,235); }
td.TdClassName
{
border-color: #C0CCEB;
}
.TagClassName
{
border-color: #C0CCEB;
}
</style>