Shades of Periwinkle #C5CADC
Tints of Periwinkle #C5CADC
RGB
CMYK
RGB Variations
Color information
#C5CADC (or 0xC5CADC) is known color: Periwinkle. HEX triplet: C5, CA and DC. RGB value is (197,202,220). Sum of RGB (Red+Green+Blue) = 197+202+220=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADC is #3A3523. Grayscale: #CACACA. Windows color (decimal): -3814692 or 14469829. OLE color: 14469829.
HSL color Cylindrical-coordinate representation of color #C5CADC: hue angle of 226.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CADC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 202 | 220 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.14 |
| HSL | 226.96º | 0.25% | 0.82% | - |
| HSV(B) | 226.96º | 0.1% | 0.86% | - |
| XYZ | 57.06 | 59.28 | 76.14 | - |
| YUV | 202.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 220 | 0.10 | 0.08 | 0 | 0.14 | 226.96 | 0.25 | 0.82 |
| Hex | C5 | CA | DC | A | 8 | 0 | E | E3 | 19 | 52 |
| Octal | 305 | 312 | 334 | 12 | 10 | 0 | 16 | 343 | 31 | 122 |
| Binary | 11000101 | 11001010 | 11011100 | 1010 | 1000 | 0 | 1110 | 11100011 | 11001 | 1010010 |
Color Harmonies of #C5CADC
Complementary color
Monochromatic Colors of #C5CADC
Black with #C5CADC
Text Example
Text Example
White with #C5CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CADC; }
p { color: rgb(197,202,220); }
H1.HeaderClassName
{
color: #C5CADC;
}
.AnyTagClassName
{
color: #C5CADC;
}
</style>
background-color css
<style>
a { background-color: #C5CADC; }
a { background-color: rgb(197,202,220); }
div.DivClassName
{
background-color: #C5CADC;
}
.BgClassName
{
background-color: #C5CADC;
}
</style>
border-color css
<style>
span { border-color: #C5CADC; }
span { border-color: rgb(197,202,220); }
td.TdClassName
{
border-color: #C5CADC;
}
.TagClassName
{
border-color: #C5CADC;
}
</style>