Shades of Periwinkle #C0D0FC
Tints of Periwinkle #C0D0FC
RGB
CMYK
RGB Variations
Color information
#C0D0FC (or 0xC0D0FC) is known color: Periwinkle. HEX triplet: C0, D0 and FC. RGB value is (192,208,252). Sum of RGB (Red+Green+Blue) = 192+208+252=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0FC is #3F2F03. Grayscale: #D0D0D0. Windows color (decimal): -4140804 or 16568512. OLE color: 16568512.
HSL color Cylindrical-coordinate representation of color #C0D0FC: hue angle of 224º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D0FC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 208 | 252 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.01 |
| HSL | 224º | 0.91% | 0.87% | - |
| HSV(B) | 224º | 0.24% | 0.99% | - |
| XYZ | 61.86 | 63.35 | 101.06 | - |
| YUV | 208.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 252 | 0.24 | 0.17 | 0 | 0.01 | 224 | 0.91 | 0.87 |
| Hex | C0 | D0 | FC | 18 | 11 | 0 | 1 | E0 | 5B | 57 |
| Octal | 300 | 320 | 374 | 30 | 21 | 0 | 1 | 340 | 133 | 127 |
| Binary | 11000000 | 11010000 | 11111100 | 11000 | 10001 | 0 | 1 | 11100000 | 1011011 | 1010111 |
Color Harmonies of #C0D0FC
Complementary color
Monochromatic Colors of #C0D0FC
Black with #C0D0FC
Text Example
Text Example
White with #C0D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0FC; }
p { color: rgb(192,208,252); }
H1.HeaderClassName
{
color: #C0D0FC;
}
.AnyTagClassName
{
color: #C0D0FC;
}
</style>
background-color css
<style>
a { background-color: #C0D0FC; }
a { background-color: rgb(192,208,252); }
div.DivClassName
{
background-color: #C0D0FC;
}
.BgClassName
{
background-color: #C0D0FC;
}
</style>
border-color css
<style>
span { border-color: #C0D0FC; }
span { border-color: rgb(192,208,252); }
td.TdClassName
{
border-color: #C0D0FC;
}
.TagClassName
{
border-color: #C0D0FC;
}
</style>