Shades of Periwinkle #C5CDE5
Tints of Periwinkle #C5CDE5
RGB
CMYK
RGB Variations
Color information
#C5CDE5 (or 0xC5CDE5) is known color: Periwinkle. HEX triplet: C5, CD and E5. RGB value is (197,205,229). Sum of RGB (Red+Green+Blue) = 197+205+229=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDE5 is #3A321A. Grayscale: #CDCDCD. Windows color (decimal): -3813915 or 15060421. OLE color: 15060421.
HSL color Cylindrical-coordinate representation of color #C5CDE5: hue angle of 225º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CDE5 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 205 | 229 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.10 |
| HSL | 225º | 0.38% | 0.84% | - |
| HSV(B) | 225º | 0.14% | 0.9% | - |
| XYZ | 59 | 61.19 | 82.83 | - |
| YUV | 205.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 229 | 0.14 | 0.10 | 0 | 0.10 | 225 | 0.38 | 0.84 |
| Hex | C5 | CD | E5 | E | A | 0 | A | E1 | 26 | 54 |
| Octal | 305 | 315 | 345 | 16 | 12 | 0 | 12 | 341 | 46 | 124 |
| Binary | 11000101 | 11001101 | 11100101 | 1110 | 1010 | 0 | 1010 | 11100001 | 100110 | 1010100 |
Color Harmonies of #C5CDE5
Complementary color
Monochromatic Colors of #C5CDE5
Black with #C5CDE5
Text Example
Text Example
White with #C5CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDE5; }
p { color: rgb(197,205,229); }
H1.HeaderClassName
{
color: #C5CDE5;
}
.AnyTagClassName
{
color: #C5CDE5;
}
</style>
background-color css
<style>
a { background-color: #C5CDE5; }
a { background-color: rgb(197,205,229); }
div.DivClassName
{
background-color: #C5CDE5;
}
.BgClassName
{
background-color: #C5CDE5;
}
</style>
border-color css
<style>
span { border-color: #C5CDE5; }
span { border-color: rgb(197,205,229); }
td.TdClassName
{
border-color: #C5CDE5;
}
.TagClassName
{
border-color: #C5CDE5;
}
</style>