Shades of Periwinkle #C4C8ED
Tints of Periwinkle #C4C8ED
RGB
CMYK
RGB Variations
Color information
#C4C8ED (or 0xC4C8ED) is known color: Periwinkle. HEX triplet: C4, C8 and ED. RGB value is (196,200,237). Sum of RGB (Red+Green+Blue) = 196+200+237=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C8ED is #3B3712. Grayscale: #CACACA. Windows color (decimal): -3880723 or 15583428. OLE color: 15583428.
HSL color Cylindrical-coordinate representation of color #C4C8ED: hue angle of 234.15º 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 #C4C8ED is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 200 | 237 | - |
CMYK | 0.17 | 0.16 | 0 | 0.07 |
HSL | 234.15º | 0.53% | 0.85% | - |
HSV(B) | 234.15º | 0.17% | 0.93% | - |
XYZ | 58.71 | 59.16 | 88.45 | - |
YUV | 203.02 | 147.17 | 122.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 200 | 237 | 0.17 | 0.16 | 0 | 0.07 | 234.15 | 0.53 | 0.85 |
Hex | C4 | C8 | ED | 11 | 10 | 0 | 7 | EA | 35 | 55 |
Octal | 304 | 310 | 355 | 21 | 20 | 0 | 7 | 352 | 65 | 125 |
Binary | 11000100 | 11001000 | 11101101 | 10001 | 10000 | 0 | 111 | 11101010 | 110101 | 1010101 |
Color Harmonies of #C4C8ED
Complementary color
Monochromatic Colors of #C4C8ED
Black with #C4C8ED
Text Example
Text Example
White with #C4C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8ED; }
p { color: rgb(196,200,237); }
H1.HeaderClassName
{
color: #C4C8ED;
}
.AnyTagClassName
{
color: #C4C8ED;
}
</style>
background-color css
<style>
a { background-color: #C4C8ED; }
a { background-color: rgb(196,200,237); }
div.DivClassName
{
background-color: #C4C8ED;
}
.BgClassName
{
background-color: #C4C8ED;
}
</style>
border-color css
<style>
span { border-color: #C4C8ED; }
span { border-color: rgb(196,200,237); }
td.TdClassName
{
border-color: #C4C8ED;
}
.TagClassName
{
border-color: #C4C8ED;
}
</style>