Shades of Periwinkle #C8D4EB
Tints of Periwinkle #C8D4EB
RGB
CMYK
RGB Variations
Color information
#C8D4EB (or 0xC8D4EB) is known color: Periwinkle. HEX triplet: C8, D4 and EB. RGB value is (200,212,235). Sum of RGB (Red+Green+Blue) = 200+212+235=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D4EB is #372B14. Grayscale: #D2D2D2. Windows color (decimal): -3615509 or 15455432. OLE color: 15455432.
HSL color Cylindrical-coordinate representation of color #C8D4EB: hue angle of 219.43º 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 #C8D4EB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 212 | 235 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.08 |
| HSL | 219.43º | 0.47% | 0.85% | - |
| HSV(B) | 219.43º | 0.15% | 0.92% | - |
| XYZ | 62.36 | 65.36 | 87.93 | - |
| YUV | 211.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 235 | 0.15 | 0.10 | 0 | 0.08 | 219.43 | 0.47 | 0.85 |
| Hex | C8 | D4 | EB | F | A | 0 | 8 | DB | 2F | 55 |
| Octal | 310 | 324 | 353 | 17 | 12 | 0 | 10 | 333 | 57 | 125 |
| Binary | 11001000 | 11010100 | 11101011 | 1111 | 1010 | 0 | 1000 | 11011011 | 101111 | 1010101 |
Color Harmonies of #C8D4EB
Complementary color
Monochromatic Colors of #C8D4EB
Black with #C8D4EB
Text Example
Text Example
White with #C8D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4EB; }
p { color: rgb(200,212,235); }
H1.HeaderClassName
{
color: #C8D4EB;
}
.AnyTagClassName
{
color: #C8D4EB;
}
</style>
background-color css
<style>
a { background-color: #C8D4EB; }
a { background-color: rgb(200,212,235); }
div.DivClassName
{
background-color: #C8D4EB;
}
.BgClassName
{
background-color: #C8D4EB;
}
</style>
border-color css
<style>
span { border-color: #C8D4EB; }
span { border-color: rgb(200,212,235); }
td.TdClassName
{
border-color: #C8D4EB;
}
.TagClassName
{
border-color: #C8D4EB;
}
</style>