Shades of Periwinkle #C5CAED
Tints of Periwinkle #C5CAED
RGB
CMYK
RGB Variations
Color information
#C5CAED (or 0xC5CAED) is known color: Periwinkle. HEX triplet: C5, CA and ED. RGB value is (197,202,237). Sum of RGB (Red+Green+Blue) = 197+202+237=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAED is #3A3512. Grayscale: #CCCCCC. Windows color (decimal): -3814675 or 15583941. OLE color: 15583941.
HSL color Cylindrical-coordinate representation of color #C5CAED: hue angle of 232.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CAED is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 202 | 237 | - |
CMYK | 0.17 | 0.15 | 0 | 0.07 |
HSL | 232.5º | 0.53% | 0.85% | - |
HSV(B) | 232.5º | 0.17% | 0.93% | - |
XYZ | 59.43 | 60.23 | 88.61 | - |
YUV | 204.5 | 146.34 | 122.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 237 | 0.17 | 0.15 | 0 | 0.07 | 232.5 | 0.53 | 0.85 |
Hex | C5 | CA | ED | 11 | F | 0 | 7 | E8 | 35 | 55 |
Octal | 305 | 312 | 355 | 21 | 17 | 0 | 7 | 350 | 65 | 125 |
Binary | 11000101 | 11001010 | 11101101 | 10001 | 1111 | 0 | 111 | 11101000 | 110101 | 1010101 |
Color Harmonies of #C5CAED
Complementary color
Monochromatic Colors of #C5CAED
Black with #C5CAED
Text Example
Text Example
White with #C5CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAED; }
p { color: rgb(197,202,237); }
H1.HeaderClassName
{
color: #C5CAED;
}
.AnyTagClassName
{
color: #C5CAED;
}
</style>
background-color css
<style>
a { background-color: #C5CAED; }
a { background-color: rgb(197,202,237); }
div.DivClassName
{
background-color: #C5CAED;
}
.BgClassName
{
background-color: #C5CAED;
}
</style>
border-color css
<style>
span { border-color: #C5CAED; }
span { border-color: rgb(197,202,237); }
td.TdClassName
{
border-color: #C5CAED;
}
.TagClassName
{
border-color: #C5CAED;
}
</style>