Shades of Periwinkle #C8CCEB
Tints of Periwinkle #C8CCEB
RGB
CMYK
RGB Variations
Color information
#C8CCEB (or 0xC8CCEB) is known color: Periwinkle. HEX triplet: C8, CC and EB. RGB value is (200,204,235). Sum of RGB (Red+Green+Blue) = 200+204+235=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEB is #373314. Grayscale: #CECECE. Windows color (decimal): -3617557 or 15453384. OLE color: 15453384.
HSL color Cylindrical-coordinate representation of color #C8CCEB: hue angle of 233.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CCEB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 204 | 235 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.08 |
| HSL | 233.14º | 0.47% | 0.85% | - |
| HSV(B) | 233.14º | 0.15% | 0.92% | - |
| XYZ | 60.41 | 61.46 | 87.28 | - |
| YUV | 206.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 235 | 0.15 | 0.13 | 0 | 0.08 | 233.14 | 0.47 | 0.85 |
| Hex | C8 | CC | EB | F | D | 0 | 8 | E9 | 2F | 55 |
| Octal | 310 | 314 | 353 | 17 | 15 | 0 | 10 | 351 | 57 | 125 |
| Binary | 11001000 | 11001100 | 11101011 | 1111 | 1101 | 0 | 1000 | 11101001 | 101111 | 1010101 |
Color Harmonies of #C8CCEB
Complementary color
Monochromatic Colors of #C8CCEB
Black with #C8CCEB
Text Example
Text Example
White with #C8CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCEB; }
p { color: rgb(200,204,235); }
H1.HeaderClassName
{
color: #C8CCEB;
}
.AnyTagClassName
{
color: #C8CCEB;
}
</style>
background-color css
<style>
a { background-color: #C8CCEB; }
a { background-color: rgb(200,204,235); }
div.DivClassName
{
background-color: #C8CCEB;
}
.BgClassName
{
background-color: #C8CCEB;
}
</style>
border-color css
<style>
span { border-color: #C8CCEB; }
span { border-color: rgb(200,204,235); }
td.TdClassName
{
border-color: #C8CCEB;
}
.TagClassName
{
border-color: #C8CCEB;
}
</style>