Shades of Periwinkle #C0D2EE
Tints of Periwinkle #C0D2EE
RGB
CMYK
RGB Variations
Color information
#C0D2EE (or 0xC0D2EE) is known color: Periwinkle. HEX triplet: C0, D2 and EE. RGB value is (192,210,238). Sum of RGB (Red+Green+Blue) = 192+210+238=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D2EE is #3F2D11. Grayscale: #CFCFCF. Windows color (decimal): -4140306 or 15651520. OLE color: 15651520.
HSL color Cylindrical-coordinate representation of color #C0D2EE: hue angle of 216.52º 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 #C0D2EE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 210 | 238 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.07 |
| HSL | 216.52º | 0.58% | 0.84% | - |
| HSV(B) | 216.52º | 0.19% | 0.93% | - |
| XYZ | 60.22 | 63.47 | 89.97 | - |
| YUV | 207.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 238 | 0.19 | 0.12 | 0 | 0.07 | 216.52 | 0.58 | 0.84 |
| Hex | C0 | D2 | EE | 13 | C | 0 | 7 | D9 | 3A | 54 |
| Octal | 300 | 322 | 356 | 23 | 14 | 0 | 7 | 331 | 72 | 124 |
| Binary | 11000000 | 11010010 | 11101110 | 10011 | 1100 | 0 | 111 | 11011001 | 111010 | 1010100 |
Color Harmonies of #C0D2EE
Complementary color
Monochromatic Colors of #C0D2EE
Black with #C0D2EE
Text Example
Text Example
White with #C0D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2EE; }
p { color: rgb(192,210,238); }
H1.HeaderClassName
{
color: #C0D2EE;
}
.AnyTagClassName
{
color: #C0D2EE;
}
</style>
background-color css
<style>
a { background-color: #C0D2EE; }
a { background-color: rgb(192,210,238); }
div.DivClassName
{
background-color: #C0D2EE;
}
.BgClassName
{
background-color: #C0D2EE;
}
</style>
border-color css
<style>
span { border-color: #C0D2EE; }
span { border-color: rgb(192,210,238); }
td.TdClassName
{
border-color: #C0D2EE;
}
.TagClassName
{
border-color: #C0D2EE;
}
</style>