Shades of Periwinkle #C8CDEF
Tints of Periwinkle #C8CDEF
RGB
CMYK
RGB Variations
Color information
#C8CDEF (or 0xC8CDEF) is known color: Periwinkle. HEX triplet: C8, CD and EF. RGB value is (200,205,239). Sum of RGB (Red+Green+Blue) = 200+205+239=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDEF is #373210. Grayscale: #CFCFCF. Windows color (decimal): -3617297 or 15715784. OLE color: 15715784.
HSL color Cylindrical-coordinate representation of color #C8CDEF: hue angle of 232.31º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CDEF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 205 | 239 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.06 |
| HSL | 232.31º | 0.55% | 0.86% | - |
| HSV(B) | 232.31º | 0.16% | 0.94% | - |
| XYZ | 61.23 | 62.17 | 90.43 | - |
| YUV | 207.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 239 | 0.16 | 0.14 | 0 | 0.06 | 232.31 | 0.55 | 0.86 |
| Hex | C8 | CD | EF | 10 | E | 0 | 6 | E8 | 37 | 56 |
| Octal | 310 | 315 | 357 | 20 | 16 | 0 | 6 | 350 | 67 | 126 |
| Binary | 11001000 | 11001101 | 11101111 | 10000 | 1110 | 0 | 110 | 11101000 | 110111 | 1010110 |
Color Harmonies of #C8CDEF
Complementary color
Monochromatic Colors of #C8CDEF
Black with #C8CDEF
Text Example
Text Example
White with #C8CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDEF; }
p { color: rgb(200,205,239); }
H1.HeaderClassName
{
color: #C8CDEF;
}
.AnyTagClassName
{
color: #C8CDEF;
}
</style>
background-color css
<style>
a { background-color: #C8CDEF; }
a { background-color: rgb(200,205,239); }
div.DivClassName
{
background-color: #C8CDEF;
}
.BgClassName
{
background-color: #C8CDEF;
}
</style>
border-color css
<style>
span { border-color: #C8CDEF; }
span { border-color: rgb(200,205,239); }
td.TdClassName
{
border-color: #C8CDEF;
}
.TagClassName
{
border-color: #C8CDEF;
}
</style>