Shades of Periwinkle #C0CAEC
Tints of Periwinkle #C0CAEC
RGB
CMYK
RGB Variations
Color information
#C0CAEC (or 0xC0CAEC) is known color: Periwinkle. HEX triplet: C0, CA and EC. RGB value is (192,202,236). Sum of RGB (Red+Green+Blue) = 192+202+236=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEC is #3F3513. Grayscale: #CACACA. Windows color (decimal): -4142356 or 15518400. OLE color: 15518400.
HSL color Cylindrical-coordinate representation of color #C0CAEC: hue angle of 226.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CAEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 202 | 236 | - |
CMYK | 0.19 | 0.14 | 0 | 0.07 |
HSL | 226.36º | 0.54% | 0.84% | - |
HSV(B) | 226.36º | 0.19% | 0.93% | - |
XYZ | 58 | 59.5 | 87.79 | - |
YUV | 202.89 | 146.69 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 236 | 0.19 | 0.14 | 0 | 0.07 | 226.36 | 0.54 | 0.84 |
Hex | C0 | CA | EC | 13 | E | 0 | 7 | E2 | 36 | 54 |
Octal | 300 | 312 | 354 | 23 | 16 | 0 | 7 | 342 | 66 | 124 |
Binary | 11000000 | 11001010 | 11101100 | 10011 | 1110 | 0 | 111 | 11100010 | 110110 | 1010100 |
Color Harmonies of #C0CAEC
Complementary color
Monochromatic Colors of #C0CAEC
Black with #C0CAEC
Text Example
Text Example
White with #C0CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAEC; }
p { color: rgb(192,202,236); }
H1.HeaderClassName
{
color: #C0CAEC;
}
.AnyTagClassName
{
color: #C0CAEC;
}
</style>
background-color css
<style>
a { background-color: #C0CAEC; }
a { background-color: rgb(192,202,236); }
div.DivClassName
{
background-color: #C0CAEC;
}
.BgClassName
{
background-color: #C0CAEC;
}
</style>
border-color css
<style>
span { border-color: #C0CAEC; }
span { border-color: rgb(192,202,236); }
td.TdClassName
{
border-color: #C0CAEC;
}
.TagClassName
{
border-color: #C0CAEC;
}
</style>