Shades of Periwinkle #C0CBEE
Tints of Periwinkle #C0CBEE
RGB
CMYK
RGB Variations
Color information
#C0CBEE (or 0xC0CBEE) is known color: Periwinkle. HEX triplet: C0, CB and EE. RGB value is (192,203,238). Sum of RGB (Red+Green+Blue) = 192+203+238=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBEE is #3F3411. Grayscale: #CBCBCB. Windows color (decimal): -4142098 or 15649728. OLE color: 15649728.
HSL color Cylindrical-coordinate representation of color #C0CBEE: hue angle of 225.65º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CBEE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 203 | 238 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.07 |
| HSL | 225.65º | 0.58% | 0.84% | - |
| HSV(B) | 225.65º | 0.19% | 0.93% | - |
| XYZ | 58.53 | 60.09 | 89.4 | - |
| YUV | 203.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 238 | 0.19 | 0.15 | 0 | 0.07 | 225.65 | 0.58 | 0.84 |
| Hex | C0 | CB | EE | 13 | F | 0 | 7 | E2 | 3A | 54 |
| Octal | 300 | 313 | 356 | 23 | 17 | 0 | 7 | 342 | 72 | 124 |
| Binary | 11000000 | 11001011 | 11101110 | 10011 | 1111 | 0 | 111 | 11100010 | 111010 | 1010100 |
Color Harmonies of #C0CBEE
Complementary color
Monochromatic Colors of #C0CBEE
Black with #C0CBEE
Text Example
Text Example
White with #C0CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBEE; }
p { color: rgb(192,203,238); }
H1.HeaderClassName
{
color: #C0CBEE;
}
.AnyTagClassName
{
color: #C0CBEE;
}
</style>
background-color css
<style>
a { background-color: #C0CBEE; }
a { background-color: rgb(192,203,238); }
div.DivClassName
{
background-color: #C0CBEE;
}
.BgClassName
{
background-color: #C0CBEE;
}
</style>
border-color css
<style>
span { border-color: #C0CBEE; }
span { border-color: rgb(192,203,238); }
td.TdClassName
{
border-color: #C0CBEE;
}
.TagClassName
{
border-color: #C0CBEE;
}
</style>