Shades of Periwinkle #C5D5EA
Tints of Periwinkle #C5D5EA
RGB
CMYK
RGB Variations
Color information
#C5D5EA (or 0xC5D5EA) is known color: Periwinkle. HEX triplet: C5, D5 and EA. RGB value is (197,213,234). Sum of RGB (Red+Green+Blue) = 197+213+234=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D5EA is #3A2A15. Grayscale: #D2D2D2. Windows color (decimal): -3811862 or 15390149. OLE color: 15390149.
HSL color Cylindrical-coordinate representation of color #C5D5EA: hue angle of 214.05º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5D5EA is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 213 | 234 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.08 |
| HSL | 214.05º | 0.47% | 0.85% | - |
| HSV(B) | 214.05º | 0.16% | 0.92% | - |
| XYZ | 61.67 | 65.4 | 87.21 | - |
| YUV | 210.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 234 | 0.16 | 0.09 | 0 | 0.08 | 214.05 | 0.47 | 0.85 |
| Hex | C5 | D5 | EA | 10 | 9 | 0 | 8 | D6 | 2F | 55 |
| Octal | 305 | 325 | 352 | 20 | 11 | 0 | 10 | 326 | 57 | 125 |
| Binary | 11000101 | 11010101 | 11101010 | 10000 | 1001 | 0 | 1000 | 11010110 | 101111 | 1010101 |
Color Harmonies of #C5D5EA
Complementary color
Monochromatic Colors of #C5D5EA
Black with #C5D5EA
Text Example
Text Example
White with #C5D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5EA; }
p { color: rgb(197,213,234); }
H1.HeaderClassName
{
color: #C5D5EA;
}
.AnyTagClassName
{
color: #C5D5EA;
}
</style>
background-color css
<style>
a { background-color: #C5D5EA; }
a { background-color: rgb(197,213,234); }
div.DivClassName
{
background-color: #C5D5EA;
}
.BgClassName
{
background-color: #C5D5EA;
}
</style>
border-color css
<style>
span { border-color: #C5D5EA; }
span { border-color: rgb(197,213,234); }
td.TdClassName
{
border-color: #C5D5EA;
}
.TagClassName
{
border-color: #C5D5EA;
}
</style>