Shades of Periwinkle #C0CDE4
Tints of Periwinkle #C0CDE4
RGB
CMYK
RGB Variations
Color information
#C0CDE4 (or 0xC0CDE4) is known color: Periwinkle. HEX triplet: C0, CD and E4. RGB value is (192,205,228). Sum of RGB (Red+Green+Blue) = 192+205+228=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDE4 is #3F321B. Grayscale: #CBCBCB. Windows color (decimal): -4141596 or 14994880. OLE color: 14994880.
HSL color Cylindrical-coordinate representation of color #C0CDE4: hue angle of 218.33º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CDE4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 205 | 228 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 218.33º | 0.4% | 0.82% | - |
| HSV(B) | 218.33º | 0.16% | 0.89% | - |
| XYZ | 57.57 | 60.47 | 82.04 | - |
| YUV | 203.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 228 | 0.16 | 0.10 | 0 | 0.11 | 218.33 | 0.4 | 0.82 |
| Hex | C0 | CD | E4 | 10 | A | 0 | B | DA | 28 | 52 |
| Octal | 300 | 315 | 344 | 20 | 12 | 0 | 13 | 332 | 50 | 122 |
| Binary | 11000000 | 11001101 | 11100100 | 10000 | 1010 | 0 | 1011 | 11011010 | 101000 | 1010010 |
Color Harmonies of #C0CDE4
Complementary color
Monochromatic Colors of #C0CDE4
Black with #C0CDE4
Text Example
Text Example
White with #C0CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDE4; }
p { color: rgb(192,205,228); }
H1.HeaderClassName
{
color: #C0CDE4;
}
.AnyTagClassName
{
color: #C0CDE4;
}
</style>
background-color css
<style>
a { background-color: #C0CDE4; }
a { background-color: rgb(192,205,228); }
div.DivClassName
{
background-color: #C0CDE4;
}
.BgClassName
{
background-color: #C0CDE4;
}
</style>
border-color css
<style>
span { border-color: #C0CDE4; }
span { border-color: rgb(192,205,228); }
td.TdClassName
{
border-color: #C0CDE4;
}
.TagClassName
{
border-color: #C0CDE4;
}
</style>