Shades of Periwinkle #C0CEEE
Tints of Periwinkle #C0CEEE
RGB
CMYK
RGB Variations
Color information
#C0CEEE (or 0xC0CEEE) is known color: Periwinkle. HEX triplet: C0, CE and EE. RGB value is (192,206,238). Sum of RGB (Red+Green+Blue) = 192+206+238=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEEE is #3F3111. Grayscale: #CDCDCD. Windows color (decimal): -4141330 or 15650496. OLE color: 15650496.
HSL color Cylindrical-coordinate representation of color #C0CEEE: hue angle of 221.74º 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 #C0CEEE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 206 | 238 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.07 |
| HSL | 221.74º | 0.58% | 0.84% | - |
| HSV(B) | 221.74º | 0.19% | 0.93% | - |
| XYZ | 59.24 | 61.52 | 89.64 | - |
| YUV | 205.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 238 | 0.19 | 0.13 | 0 | 0.07 | 221.74 | 0.58 | 0.84 |
| Hex | C0 | CE | EE | 13 | D | 0 | 7 | DE | 3A | 54 |
| Octal | 300 | 316 | 356 | 23 | 15 | 0 | 7 | 336 | 72 | 124 |
| Binary | 11000000 | 11001110 | 11101110 | 10011 | 1101 | 0 | 111 | 11011110 | 111010 | 1010100 |
Color Harmonies of #C0CEEE
Complementary color
Monochromatic Colors of #C0CEEE
Black with #C0CEEE
Text Example
Text Example
White with #C0CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEEE; }
p { color: rgb(192,206,238); }
H1.HeaderClassName
{
color: #C0CEEE;
}
.AnyTagClassName
{
color: #C0CEEE;
}
</style>
background-color css
<style>
a { background-color: #C0CEEE; }
a { background-color: rgb(192,206,238); }
div.DivClassName
{
background-color: #C0CEEE;
}
.BgClassName
{
background-color: #C0CEEE;
}
</style>
border-color css
<style>
span { border-color: #C0CEEE; }
span { border-color: rgb(192,206,238); }
td.TdClassName
{
border-color: #C0CEEE;
}
.TagClassName
{
border-color: #C0CEEE;
}
</style>