Shades of Periwinkle #C0CFEA
Tints of Periwinkle #C0CFEA
RGB
CMYK
RGB Variations
Color information
#C0CFEA (or 0xC0CFEA) is known color: Periwinkle. HEX triplet: C0, CF and EA. RGB value is (192,207,234). Sum of RGB (Red+Green+Blue) = 192+207+234=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFEA is #3F3015. Grayscale: #CDCDCD. Windows color (decimal): -4141078 or 15388608. OLE color: 15388608.
HSL color Cylindrical-coordinate representation of color #C0CFEA: hue angle of 218.57º degrees, saturation: 0.5, 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 #C0CFEA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 207 | 234 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.08 |
| HSL | 218.57º | 0.5% | 0.84% | - |
| HSV(B) | 218.57º | 0.18% | 0.92% | - |
| XYZ | 58.9 | 61.77 | 86.66 | - |
| YUV | 205.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 234 | 0.18 | 0.12 | 0 | 0.08 | 218.57 | 0.5 | 0.84 |
| Hex | C0 | CF | EA | 12 | C | 0 | 8 | DB | 32 | 54 |
| Octal | 300 | 317 | 352 | 22 | 14 | 0 | 10 | 333 | 62 | 124 |
| Binary | 11000000 | 11001111 | 11101010 | 10010 | 1100 | 0 | 1000 | 11011011 | 110010 | 1010100 |
Color Harmonies of #C0CFEA
Complementary color
Monochromatic Colors of #C0CFEA
Black with #C0CFEA
Text Example
Text Example
White with #C0CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFEA; }
p { color: rgb(192,207,234); }
H1.HeaderClassName
{
color: #C0CFEA;
}
.AnyTagClassName
{
color: #C0CFEA;
}
</style>
background-color css
<style>
a { background-color: #C0CFEA; }
a { background-color: rgb(192,207,234); }
div.DivClassName
{
background-color: #C0CFEA;
}
.BgClassName
{
background-color: #C0CFEA;
}
</style>
border-color css
<style>
span { border-color: #C0CFEA; }
span { border-color: rgb(192,207,234); }
td.TdClassName
{
border-color: #C0CFEA;
}
.TagClassName
{
border-color: #C0CFEA;
}
</style>