Shades of Periwinkle #C5CDEF
Tints of Periwinkle #C5CDEF
RGB
CMYK
RGB Variations
Color information
#C5CDEF (or 0xC5CDEF) is known color: Periwinkle. HEX triplet: C5, CD and EF. RGB value is (197,205,239). Sum of RGB (Red+Green+Blue) = 197+205+239=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDEF is #3A3210. Grayscale: #CECECE. Windows color (decimal): -3813905 or 15715781. OLE color: 15715781.
HSL color Cylindrical-coordinate representation of color #C5CDEF: hue angle of 228.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CDEF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 205 | 239 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.06 |
| HSL | 228.57º | 0.57% | 0.85% | - |
| HSV(B) | 228.57º | 0.18% | 0.94% | - |
| XYZ | 60.44 | 61.76 | 90.4 | - |
| YUV | 206.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 239 | 0.18 | 0.14 | 0 | 0.06 | 228.57 | 0.57 | 0.85 |
| Hex | C5 | CD | EF | 12 | E | 0 | 6 | E5 | 39 | 55 |
| Octal | 305 | 315 | 357 | 22 | 16 | 0 | 6 | 345 | 71 | 125 |
| Binary | 11000101 | 11001101 | 11101111 | 10010 | 1110 | 0 | 110 | 11100101 | 111001 | 1010101 |
Color Harmonies of #C5CDEF
Complementary color
Monochromatic Colors of #C5CDEF
Black with #C5CDEF
Text Example
Text Example
White with #C5CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDEF; }
p { color: rgb(197,205,239); }
H1.HeaderClassName
{
color: #C5CDEF;
}
.AnyTagClassName
{
color: #C5CDEF;
}
</style>
background-color css
<style>
a { background-color: #C5CDEF; }
a { background-color: rgb(197,205,239); }
div.DivClassName
{
background-color: #C5CDEF;
}
.BgClassName
{
background-color: #C5CDEF;
}
</style>
border-color css
<style>
span { border-color: #C5CDEF; }
span { border-color: rgb(197,205,239); }
td.TdClassName
{
border-color: #C5CDEF;
}
.TagClassName
{
border-color: #C5CDEF;
}
</style>