Shades of Periwinkle #C0D4EB
Tints of Periwinkle #C0D4EB
RGB
CMYK
RGB Variations
Color information
#C0D4EB (or 0xC0D4EB) is known color: Periwinkle. HEX triplet: C0, D4 and EB. RGB value is (192,212,235). Sum of RGB (Red+Green+Blue) = 192+212+235=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4EB is #3F2B14. Grayscale: #D0D0D0. Windows color (decimal): -4139797 or 15455424. OLE color: 15455424.
HSL color Cylindrical-coordinate representation of color #C0D4EB: hue angle of 212.09º 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 #C0D4EB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 212 | 235 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.08 |
| HSL | 212.09º | 0.52% | 0.84% | - |
| HSV(B) | 212.09º | 0.18% | 0.92% | - |
| XYZ | 60.28 | 64.29 | 87.83 | - |
| YUV | 208.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 235 | 0.18 | 0.10 | 0 | 0.08 | 212.09 | 0.52 | 0.84 |
| Hex | C0 | D4 | EB | 12 | A | 0 | 8 | D4 | 34 | 54 |
| Octal | 300 | 324 | 353 | 22 | 12 | 0 | 10 | 324 | 64 | 124 |
| Binary | 11000000 | 11010100 | 11101011 | 10010 | 1010 | 0 | 1000 | 11010100 | 110100 | 1010100 |
Color Harmonies of #C0D4EB
Complementary color
Monochromatic Colors of #C0D4EB
Black with #C0D4EB
Text Example
Text Example
White with #C0D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4EB; }
p { color: rgb(192,212,235); }
H1.HeaderClassName
{
color: #C0D4EB;
}
.AnyTagClassName
{
color: #C0D4EB;
}
</style>
background-color css
<style>
a { background-color: #C0D4EB; }
a { background-color: rgb(192,212,235); }
div.DivClassName
{
background-color: #C0D4EB;
}
.BgClassName
{
background-color: #C0D4EB;
}
</style>
border-color css
<style>
span { border-color: #C0D4EB; }
span { border-color: rgb(192,212,235); }
td.TdClassName
{
border-color: #C0D4EB;
}
.TagClassName
{
border-color: #C0D4EB;
}
</style>