Shades of Periwinkle #C0D1FF
Tints of Periwinkle #C0D1FF
RGB
CMYK
RGB Variations
Color information
#C0D1FF (or 0xC0D1FF) is known color: Periwinkle. HEX triplet: C0, D1 and FF. RGB value is (192,209,255). Sum of RGB (Red+Green+Blue) = 192+209+255=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D1FF is #3F2E00. Grayscale: #D0D0D0. Windows color (decimal): -4140545 or 16765376. OLE color: 16765376.
HSL color Cylindrical-coordinate representation of color #C0D1FF: hue angle of 223.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D1FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 209 | 255 | - |
| CMYK | 0.25 | 0.18 | 0 | 0 |
| HSL | 223.81º | 1% | 0.88% | - |
| HSV(B) | 223.81º | 0.25% | 1% | - |
| XYZ | 62.59 | 64.03 | 103.67 | - |
| YUV | 209.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 255 | 0.25 | 0.18 | 0 | 0 | 223.81 | 1 | 0.88 |
| Hex | C0 | D1 | FF | 19 | 12 | 0 | 0 | E0 | 64 | 58 |
| Octal | 300 | 321 | 377 | 31 | 22 | 0 | 0 | 340 | 144 | 130 |
| Binary | 11000000 | 11010001 | 11111111 | 11001 | 10010 | 0 | 0 | 11100000 | 1100100 | 1011000 |
Color Harmonies of #C0D1FF
Complementary color
Monochromatic Colors of #C0D1FF
Black with #C0D1FF
Text Example
Text Example
White with #C0D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1FF; }
p { color: rgb(192,209,255); }
H1.HeaderClassName
{
color: #C0D1FF;
}
.AnyTagClassName
{
color: #C0D1FF;
}
</style>
background-color css
<style>
a { background-color: #C0D1FF; }
a { background-color: rgb(192,209,255); }
div.DivClassName
{
background-color: #C0D1FF;
}
.BgClassName
{
background-color: #C0D1FF;
}
</style>
border-color css
<style>
span { border-color: #C0D1FF; }
span { border-color: rgb(192,209,255); }
td.TdClassName
{
border-color: #C0D1FF;
}
.TagClassName
{
border-color: #C0D1FF;
}
</style>