Shades of Periwinkle #C0D4EE
Tints of Periwinkle #C0D4EE
RGB
CMYK
RGB Variations
Color information
#C0D4EE (or 0xC0D4EE) is known color: Periwinkle. HEX triplet: C0, D4 and EE. RGB value is (192,212,238). Sum of RGB (Red+Green+Blue) = 192+212+238=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4EE is #3F2B11. Grayscale: #D0D0D0. Windows color (decimal): -4139794 or 15652032. OLE color: 15652032.
HSL color Cylindrical-coordinate representation of color #C0D4EE: hue angle of 213.91º 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 #C0D4EE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 212 | 238 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.07 |
| HSL | 213.91º | 0.58% | 0.84% | - |
| HSV(B) | 213.91º | 0.19% | 0.93% | - |
| XYZ | 60.71 | 64.47 | 90.13 | - |
| YUV | 208.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 238 | 0.19 | 0.11 | 0 | 0.07 | 213.91 | 0.58 | 0.84 |
| Hex | C0 | D4 | EE | 13 | B | 0 | 7 | D6 | 3A | 54 |
| Octal | 300 | 324 | 356 | 23 | 13 | 0 | 7 | 326 | 72 | 124 |
| Binary | 11000000 | 11010100 | 11101110 | 10011 | 1011 | 0 | 111 | 11010110 | 111010 | 1010100 |
Color Harmonies of #C0D4EE
Complementary color
Monochromatic Colors of #C0D4EE
Black with #C0D4EE
Text Example
Text Example
White with #C0D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4EE; }
p { color: rgb(192,212,238); }
H1.HeaderClassName
{
color: #C0D4EE;
}
.AnyTagClassName
{
color: #C0D4EE;
}
</style>
background-color css
<style>
a { background-color: #C0D4EE; }
a { background-color: rgb(192,212,238); }
div.DivClassName
{
background-color: #C0D4EE;
}
.BgClassName
{
background-color: #C0D4EE;
}
</style>
border-color css
<style>
span { border-color: #C0D4EE; }
span { border-color: rgb(192,212,238); }
td.TdClassName
{
border-color: #C0D4EE;
}
.TagClassName
{
border-color: #C0D4EE;
}
</style>