Shades of Periwinkle #C7CDEF
Tints of Periwinkle #C7CDEF
RGB
CMYK
RGB Variations
Color information
#C7CDEF (or 0xC7CDEF) is known color: Periwinkle. HEX triplet: C7, CD and EF. RGB value is (199,205,239). Sum of RGB (Red+Green+Blue) = 199+205+239=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CDEF is #383210. Grayscale: #CECECE. Windows color (decimal): -3682833 or 15715783. OLE color: 15715783.
HSL color Cylindrical-coordinate representation of color #C7CDEF: hue angle of 231º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7CDEF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 205 | 239 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.06 |
| HSL | 231º | 0.56% | 0.86% | - |
| HSV(B) | 231º | 0.17% | 0.94% | - |
| XYZ | 60.96 | 62.04 | 90.42 | - |
| YUV | 207.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 205 | 239 | 0.17 | 0.14 | 0 | 0.06 | 231 | 0.56 | 0.86 |
| Hex | C7 | CD | EF | 11 | E | 0 | 6 | E7 | 38 | 56 |
| Octal | 307 | 315 | 357 | 21 | 16 | 0 | 6 | 347 | 70 | 126 |
| Binary | 11000111 | 11001101 | 11101111 | 10001 | 1110 | 0 | 110 | 11100111 | 111000 | 1010110 |
Color Harmonies of #C7CDEF
Complementary color
Monochromatic Colors of #C7CDEF
Black with #C7CDEF
Text Example
Text Example
White with #C7CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDEF; }
p { color: rgb(199,205,239); }
H1.HeaderClassName
{
color: #C7CDEF;
}
.AnyTagClassName
{
color: #C7CDEF;
}
</style>
background-color css
<style>
a { background-color: #C7CDEF; }
a { background-color: rgb(199,205,239); }
div.DivClassName
{
background-color: #C7CDEF;
}
.BgClassName
{
background-color: #C7CDEF;
}
</style>
border-color css
<style>
span { border-color: #C7CDEF; }
span { border-color: rgb(199,205,239); }
td.TdClassName
{
border-color: #C7CDEF;
}
.TagClassName
{
border-color: #C7CDEF;
}
</style>