Shades of Periwinkle #C0CCEE
Tints of Periwinkle #C0CCEE
RGB
CMYK
RGB Variations
Color information
#C0CCEE (or 0xC0CCEE) is known color: Periwinkle. HEX triplet: C0, CC and EE. RGB value is (192,204,238). Sum of RGB (Red+Green+Blue) = 192+204+238=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCEE is #3F3311. Grayscale: #CCCCCC. Windows color (decimal): -4141842 or 15649984. OLE color: 15649984.
HSL color Cylindrical-coordinate representation of color #C0CCEE: hue angle of 224.35º 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 #C0CCEE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 204 | 238 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 224.35º | 0.58% | 0.84% | - |
| HSV(B) | 224.35º | 0.19% | 0.93% | - |
| XYZ | 58.76 | 60.57 | 89.48 | - |
| YUV | 204.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 238 | 0.19 | 0.14 | 0 | 0.07 | 224.35 | 0.58 | 0.84 |
| Hex | C0 | CC | EE | 13 | E | 0 | 7 | E0 | 3A | 54 |
| Octal | 300 | 314 | 356 | 23 | 16 | 0 | 7 | 340 | 72 | 124 |
| Binary | 11000000 | 11001100 | 11101110 | 10011 | 1110 | 0 | 111 | 11100000 | 111010 | 1010100 |
Color Harmonies of #C0CCEE
Complementary color
Monochromatic Colors of #C0CCEE
Black with #C0CCEE
Text Example
Text Example
White with #C0CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCEE; }
p { color: rgb(192,204,238); }
H1.HeaderClassName
{
color: #C0CCEE;
}
.AnyTagClassName
{
color: #C0CCEE;
}
</style>
background-color css
<style>
a { background-color: #C0CCEE; }
a { background-color: rgb(192,204,238); }
div.DivClassName
{
background-color: #C0CCEE;
}
.BgClassName
{
background-color: #C0CCEE;
}
</style>
border-color css
<style>
span { border-color: #C0CCEE; }
span { border-color: rgb(192,204,238); }
td.TdClassName
{
border-color: #C0CCEE;
}
.TagClassName
{
border-color: #C0CCEE;
}
</style>