Shades of Periwinkle #C0D4FE
Tints of Periwinkle #C0D4FE
RGB
CMYK
RGB Variations
Color information
#C0D4FE (or 0xC0D4FE) is known color: Periwinkle. HEX triplet: C0, D4 and FE. RGB value is (192,212,254). Sum of RGB (Red+Green+Blue) = 192+212+254=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4FE is #3F2B01. Grayscale: #D2D2D2. Windows color (decimal): -4139778 or 16700608. OLE color: 16700608.
HSL color Cylindrical-coordinate representation of color #C0D4FE: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D4FE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 212 | 254 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.00 |
| HSL | 220.65º | 0.97% | 0.87% | - |
| HSV(B) | 220.65º | 0.24% | 1% | - |
| XYZ | 63.17 | 65.45 | 103.07 | - |
| YUV | 210.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 254 | 0.24 | 0.17 | 0 | 0.00 | 220.65 | 0.97 | 0.87 |
| Hex | C0 | D4 | FE | 18 | 11 | 0 | 0 | DD | 61 | 57 |
| Octal | 300 | 324 | 376 | 30 | 21 | 0 | 0 | 335 | 141 | 127 |
| Binary | 11000000 | 11010100 | 11111110 | 11000 | 10001 | 0 | 0 | 11011101 | 1100001 | 1010111 |
Color Harmonies of #C0D4FE
Complementary color
Monochromatic Colors of #C0D4FE
Black with #C0D4FE
Text Example
Text Example
White with #C0D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4FE; }
p { color: rgb(192,212,254); }
H1.HeaderClassName
{
color: #C0D4FE;
}
.AnyTagClassName
{
color: #C0D4FE;
}
</style>
background-color css
<style>
a { background-color: #C0D4FE; }
a { background-color: rgb(192,212,254); }
div.DivClassName
{
background-color: #C0D4FE;
}
.BgClassName
{
background-color: #C0D4FE;
}
</style>
border-color css
<style>
span { border-color: #C0D4FE; }
span { border-color: rgb(192,212,254); }
td.TdClassName
{
border-color: #C0D4FE;
}
.TagClassName
{
border-color: #C0D4FE;
}
</style>