Shades of Periwinkle #C0D0FE
Tints of Periwinkle #C0D0FE
RGB
CMYK
RGB Variations
Color information
#C0D0FE (or 0xC0D0FE) is known color: Periwinkle. HEX triplet: C0, D0 and FE. RGB value is (192,208,254). Sum of RGB (Red+Green+Blue) = 192+208+254=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0FE is #3F2F01. Grayscale: #D0D0D0. Windows color (decimal): -4140802 or 16699584. OLE color: 16699584.
HSL color Cylindrical-coordinate representation of color #C0D0FE: hue angle of 224.52º 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 #C0D0FE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 208 | 254 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.00 |
| HSL | 224.52º | 0.97% | 0.87% | - |
| HSV(B) | 224.52º | 0.24% | 1% | - |
| XYZ | 62.18 | 63.47 | 102.74 | - |
| YUV | 208.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 254 | 0.24 | 0.18 | 0 | 0.00 | 224.52 | 0.97 | 0.87 |
| Hex | C0 | D0 | FE | 18 | 12 | 0 | 0 | E1 | 61 | 57 |
| Octal | 300 | 320 | 376 | 30 | 22 | 0 | 0 | 341 | 141 | 127 |
| Binary | 11000000 | 11010000 | 11111110 | 11000 | 10010 | 0 | 0 | 11100001 | 1100001 | 1010111 |
Color Harmonies of #C0D0FE
Complementary color
Monochromatic Colors of #C0D0FE
Black with #C0D0FE
Text Example
Text Example
White with #C0D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0FE; }
p { color: rgb(192,208,254); }
H1.HeaderClassName
{
color: #C0D0FE;
}
.AnyTagClassName
{
color: #C0D0FE;
}
</style>
background-color css
<style>
a { background-color: #C0D0FE; }
a { background-color: rgb(192,208,254); }
div.DivClassName
{
background-color: #C0D0FE;
}
.BgClassName
{
background-color: #C0D0FE;
}
</style>
border-color css
<style>
span { border-color: #C0D0FE; }
span { border-color: rgb(192,208,254); }
td.TdClassName
{
border-color: #C0D0FE;
}
.TagClassName
{
border-color: #C0D0FE;
}
</style>