Shades of Periwinkle #C5CDE8
Tints of Periwinkle #C5CDE8
RGB
CMYK
RGB Variations
Color information
#C5CDE8 (or 0xC5CDE8) is known color: Periwinkle. HEX triplet: C5, CD and E8. RGB value is (197,205,232). Sum of RGB (Red+Green+Blue) = 197+205+232=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDE8 is #3A3217. Grayscale: #CDCDCD. Windows color (decimal): -3813912 or 15257029. OLE color: 15257029.
HSL color Cylindrical-coordinate representation of color #C5CDE8: hue angle of 226.29º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CDE8 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 205 | 232 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.09 |
| HSL | 226.29º | 0.43% | 0.84% | - |
| HSV(B) | 226.29º | 0.15% | 0.91% | - |
| XYZ | 59.42 | 61.36 | 85.06 | - |
| YUV | 205.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 232 | 0.15 | 0.12 | 0 | 0.09 | 226.29 | 0.43 | 0.84 |
| Hex | C5 | CD | E8 | F | C | 0 | 9 | E2 | 2B | 54 |
| Octal | 305 | 315 | 350 | 17 | 14 | 0 | 11 | 342 | 53 | 124 |
| Binary | 11000101 | 11001101 | 11101000 | 1111 | 1100 | 0 | 1001 | 11100010 | 101011 | 1010100 |
Color Harmonies of #C5CDE8
Complementary color
Monochromatic Colors of #C5CDE8
Black with #C5CDE8
Text Example
Text Example
White with #C5CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDE8; }
p { color: rgb(197,205,232); }
H1.HeaderClassName
{
color: #C5CDE8;
}
.AnyTagClassName
{
color: #C5CDE8;
}
</style>
background-color css
<style>
a { background-color: #C5CDE8; }
a { background-color: rgb(197,205,232); }
div.DivClassName
{
background-color: #C5CDE8;
}
.BgClassName
{
background-color: #C5CDE8;
}
</style>
border-color css
<style>
span { border-color: #C5CDE8; }
span { border-color: rgb(197,205,232); }
td.TdClassName
{
border-color: #C5CDE8;
}
.TagClassName
{
border-color: #C5CDE8;
}
</style>