Shades of Periwinkle #C2D5EC
Tints of Periwinkle #C2D5EC
RGB
CMYK
RGB Variations
Color information
#C2D5EC (or 0xC2D5EC) is known color: Periwinkle. HEX triplet: C2, D5 and EC. RGB value is (194,213,236). Sum of RGB (Red+Green+Blue) = 194+213+236=643 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.17% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D5EC is #3D2A13. Grayscale: #D1D1D1. Windows color (decimal): -4008468 or 15521218. OLE color: 15521218.
HSL color Cylindrical-coordinate representation of color #C2D5EC: hue angle of 212.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D5EC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 213 | 236 | - |
CMYK | 0.18 | 0.10 | 0 | 0.07 |
HSL | 212.86º | 0.53% | 0.84% | - |
HSV(B) | 212.86º | 0.18% | 0.93% | - |
XYZ | 61.18 | 65.11 | 88.7 | - |
YUV | 209.94 | 142.71 | 116.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 213 | 236 | 0.18 | 0.10 | 0 | 0.07 | 212.86 | 0.53 | 0.84 |
Hex | C2 | D5 | EC | 12 | A | 0 | 7 | D5 | 34 | 54 |
Octal | 302 | 325 | 354 | 22 | 12 | 0 | 7 | 325 | 64 | 124 |
Binary | 11000010 | 11010101 | 11101100 | 10010 | 1010 | 0 | 111 | 11010101 | 110100 | 1010100 |
Color Harmonies of #C2D5EC
Complementary color
Monochromatic Colors of #C2D5EC
Black with #C2D5EC
Text Example
Text Example
White with #C2D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5EC; }
p { color: rgb(194,213,236); }
H1.HeaderClassName
{
color: #C2D5EC;
}
.AnyTagClassName
{
color: #C2D5EC;
}
</style>
background-color css
<style>
a { background-color: #C2D5EC; }
a { background-color: rgb(194,213,236); }
div.DivClassName
{
background-color: #C2D5EC;
}
.BgClassName
{
background-color: #C2D5EC;
}
</style>
border-color css
<style>
span { border-color: #C2D5EC; }
span { border-color: rgb(194,213,236); }
td.TdClassName
{
border-color: #C2D5EC;
}
.TagClassName
{
border-color: #C2D5EC;
}
</style>