Shades of Periwinkle #C0C3E4
Tints of Periwinkle #C0C3E4
RGB
CMYK
RGB Variations
Color information
#C0C3E4 (or 0xC0C3E4) is known color: Periwinkle. HEX triplet: C0, C3 and E4. RGB value is (192,195,228). Sum of RGB (Red+Green+Blue) = 192+195+228=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3E4 is #3F3C1B. Grayscale: #C5C5C5. Windows color (decimal): -4144156 or 14992320. OLE color: 14992320.
HSL color Cylindrical-coordinate representation of color #C0C3E4: hue angle of 235º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0C3E4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 192 | 195 | 228 | - |
CMYK | 0.16 | 0.14 | 0 | 0.11 |
HSL | 235º | 0.4% | 0.82% | - |
HSV(B) | 235º | 0.16% | 0.89% | - |
XYZ | 55.26 | 55.84 | 81.26 | - |
YUV | 197.87 | 145.01 | 123.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 195 | 228 | 0.16 | 0.14 | 0 | 0.11 | 235 | 0.4 | 0.82 |
Hex | C0 | C3 | E4 | 10 | E | 0 | B | EB | 28 | 52 |
Octal | 300 | 303 | 344 | 20 | 16 | 0 | 13 | 353 | 50 | 122 |
Binary | 11000000 | 11000011 | 11100100 | 10000 | 1110 | 0 | 1011 | 11101011 | 101000 | 1010010 |
Color Harmonies of #C0C3E4
Complementary color
Monochromatic Colors of #C0C3E4
Black with #C0C3E4
Text Example
Text Example
White with #C0C3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3E4; }
p { color: rgb(192,195,228); }
H1.HeaderClassName
{
color: #C0C3E4;
}
.AnyTagClassName
{
color: #C0C3E4;
}
</style>
background-color css
<style>
a { background-color: #C0C3E4; }
a { background-color: rgb(192,195,228); }
div.DivClassName
{
background-color: #C0C3E4;
}
.BgClassName
{
background-color: #C0C3E4;
}
</style>
border-color css
<style>
span { border-color: #C0C3E4; }
span { border-color: rgb(192,195,228); }
td.TdClassName
{
border-color: #C0C3E4;
}
.TagClassName
{
border-color: #C0C3E4;
}
</style>