Shades of Periwinkle #C0D1EE
Tints of Periwinkle #C0D1EE
RGB
CMYK
RGB Variations
Color information
#C0D1EE (or 0xC0D1EE) is known color: Periwinkle. HEX triplet: C0, D1 and EE. RGB value is (192,209,238). Sum of RGB (Red+Green+Blue) = 192+209+238=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D1EE is #3F2E11. Grayscale: #CFCFCF. Windows color (decimal): -4140562 or 15651264. OLE color: 15651264.
HSL color Cylindrical-coordinate representation of color #C0D1EE: hue angle of 217.83º 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 #C0D1EE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 209 | 238 | - |
CMYK | 0.19 | 0.12 | 0 | 0.07 |
HSL | 217.83º | 0.58% | 0.84% | - |
HSV(B) | 217.83º | 0.19% | 0.93% | - |
XYZ | 59.97 | 62.98 | 89.88 | - |
YUV | 207.22 | 145.37 | 117.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 209 | 238 | 0.19 | 0.12 | 0 | 0.07 | 217.83 | 0.58 | 0.84 |
Hex | C0 | D1 | EE | 13 | C | 0 | 7 | DA | 3A | 54 |
Octal | 300 | 321 | 356 | 23 | 14 | 0 | 7 | 332 | 72 | 124 |
Binary | 11000000 | 11010001 | 11101110 | 10011 | 1100 | 0 | 111 | 11011010 | 111010 | 1010100 |
Color Harmonies of #C0D1EE
Complementary color
Monochromatic Colors of #C0D1EE
Black with #C0D1EE
Text Example
Text Example
White with #C0D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1EE; }
p { color: rgb(192,209,238); }
H1.HeaderClassName
{
color: #C0D1EE;
}
.AnyTagClassName
{
color: #C0D1EE;
}
</style>
background-color css
<style>
a { background-color: #C0D1EE; }
a { background-color: rgb(192,209,238); }
div.DivClassName
{
background-color: #C0D1EE;
}
.BgClassName
{
background-color: #C0D1EE;
}
</style>
border-color css
<style>
span { border-color: #C0D1EE; }
span { border-color: rgb(192,209,238); }
td.TdClassName
{
border-color: #C0D1EE;
}
.TagClassName
{
border-color: #C0D1EE;
}
</style>