Shades of Periwinkle #C5CAEC
Tints of Periwinkle #C5CAEC
RGB
CMYK
RGB Variations
Color information
#C5CAEC (or 0xC5CAEC) is known color: Periwinkle. HEX triplet: C5, CA and EC. RGB value is (197,202,236). Sum of RGB (Red+Green+Blue) = 197+202+236=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAEC is #3A3513. Grayscale: #CCCCCC. Windows color (decimal): -3814676 or 15518405. OLE color: 15518405.
HSL color Cylindrical-coordinate representation of color #C5CAEC: hue angle of 232.31º degrees, saturation: 0.51, 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 #C5CAEC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 202 | 236 | - |
CMYK | 0.17 | 0.14 | 0 | 0.07 |
HSL | 232.31º | 0.51% | 0.85% | - |
HSV(B) | 232.31º | 0.17% | 0.93% | - |
XYZ | 59.29 | 60.17 | 87.85 | - |
YUV | 204.38 | 145.84 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 236 | 0.17 | 0.14 | 0 | 0.07 | 232.31 | 0.51 | 0.85 |
Hex | C5 | CA | EC | 11 | E | 0 | 7 | E8 | 33 | 55 |
Octal | 305 | 312 | 354 | 21 | 16 | 0 | 7 | 350 | 63 | 125 |
Binary | 11000101 | 11001010 | 11101100 | 10001 | 1110 | 0 | 111 | 11101000 | 110011 | 1010101 |
Color Harmonies of #C5CAEC
Complementary color
Monochromatic Colors of #C5CAEC
Black with #C5CAEC
Text Example
Text Example
White with #C5CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAEC; }
p { color: rgb(197,202,236); }
H1.HeaderClassName
{
color: #C5CAEC;
}
.AnyTagClassName
{
color: #C5CAEC;
}
</style>
background-color css
<style>
a { background-color: #C5CAEC; }
a { background-color: rgb(197,202,236); }
div.DivClassName
{
background-color: #C5CAEC;
}
.BgClassName
{
background-color: #C5CAEC;
}
</style>
border-color css
<style>
span { border-color: #C5CAEC; }
span { border-color: rgb(197,202,236); }
td.TdClassName
{
border-color: #C5CAEC;
}
.TagClassName
{
border-color: #C5CAEC;
}
</style>