Shades of Periwinkle #C0CAED
Tints of Periwinkle #C0CAED
RGB
CMYK
RGB Variations
Color information
#C0CAED (or 0xC0CAED) is known color: Periwinkle. HEX triplet: C0, CA and ED. RGB value is (192,202,237). Sum of RGB (Red+Green+Blue) = 192+202+237=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAED is #3F3512. Grayscale: #CACACA. Windows color (decimal): -4142355 or 15583936. OLE color: 15583936.
HSL color Cylindrical-coordinate representation of color #C0CAED: hue angle of 226.67º degrees, saturation: 0.56, 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 #C0CAED is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 202 | 237 | - |
CMYK | 0.19 | 0.15 | 0 | 0.07 |
HSL | 226.67º | 0.56% | 0.84% | - |
HSV(B) | 226.67º | 0.19% | 0.93% | - |
XYZ | 58.14 | 59.56 | 88.55 | - |
YUV | 203 | 147.19 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 237 | 0.19 | 0.15 | 0 | 0.07 | 226.67 | 0.56 | 0.84 |
Hex | C0 | CA | ED | 13 | F | 0 | 7 | E3 | 38 | 54 |
Octal | 300 | 312 | 355 | 23 | 17 | 0 | 7 | 343 | 70 | 124 |
Binary | 11000000 | 11001010 | 11101101 | 10011 | 1111 | 0 | 111 | 11100011 | 111000 | 1010100 |
Color Harmonies of #C0CAED
Complementary color
Monochromatic Colors of #C0CAED
Black with #C0CAED
Text Example
Text Example
White with #C0CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAED; }
p { color: rgb(192,202,237); }
H1.HeaderClassName
{
color: #C0CAED;
}
.AnyTagClassName
{
color: #C0CAED;
}
</style>
background-color css
<style>
a { background-color: #C0CAED; }
a { background-color: rgb(192,202,237); }
div.DivClassName
{
background-color: #C0CAED;
}
.BgClassName
{
background-color: #C0CAED;
}
</style>
border-color css
<style>
span { border-color: #C0CAED; }
span { border-color: rgb(192,202,237); }
td.TdClassName
{
border-color: #C0CAED;
}
.TagClassName
{
border-color: #C0CAED;
}
</style>