Shades of Periwinkle #C8CDE8
Tints of Periwinkle #C8CDE8
RGB
CMYK
RGB Variations
Color information
#C8CDE8 (or 0xC8CDE8) is known color: Periwinkle. HEX triplet: C8, CD and E8. RGB value is (200,205,232). Sum of RGB (Red+Green+Blue) = 200+205+232=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDE8 is #373217. Grayscale: #CECECE. Windows color (decimal): -3617304 or 15257032. OLE color: 15257032.
HSL color Cylindrical-coordinate representation of color #C8CDE8: hue angle of 230.62º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8CDE8 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 205 | 232 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.09 |
| HSL | 230.63º | 0.41% | 0.85% | - |
| HSV(B) | 230.63º | 0.14% | 0.91% | - |
| XYZ | 60.22 | 61.77 | 85.09 | - |
| YUV | 206.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 232 | 0.14 | 0.12 | 0 | 0.09 | 230.63 | 0.41 | 0.85 |
| Hex | C8 | CD | E8 | E | C | 0 | 9 | E7 | 29 | 55 |
| Octal | 310 | 315 | 350 | 16 | 14 | 0 | 11 | 347 | 51 | 125 |
| Binary | 11001000 | 11001101 | 11101000 | 1110 | 1100 | 0 | 1001 | 11100111 | 101001 | 1010101 |
Color Harmonies of #C8CDE8
Complementary color
Monochromatic Colors of #C8CDE8
Black with #C8CDE8
Text Example
Text Example
White with #C8CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDE8; }
p { color: rgb(200,205,232); }
H1.HeaderClassName
{
color: #C8CDE8;
}
.AnyTagClassName
{
color: #C8CDE8;
}
</style>
background-color css
<style>
a { background-color: #C8CDE8; }
a { background-color: rgb(200,205,232); }
div.DivClassName
{
background-color: #C8CDE8;
}
.BgClassName
{
background-color: #C8CDE8;
}
</style>
border-color css
<style>
span { border-color: #C8CDE8; }
span { border-color: rgb(200,205,232); }
td.TdClassName
{
border-color: #C8CDE8;
}
.TagClassName
{
border-color: #C8CDE8;
}
</style>