Shades of Periwinkle #C4CDEF
Tints of Periwinkle #C4CDEF
RGB
CMYK
RGB Variations
Color information
#C4CDEF (or 0xC4CDEF) is known color: Periwinkle. HEX triplet: C4, CD and EF. RGB value is (196,205,239). Sum of RGB (Red+Green+Blue) = 196+205+239=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDEF is #3B3210. Grayscale: #CECECE. Windows color (decimal): -3879441 or 15715780. OLE color: 15715780.
HSL color Cylindrical-coordinate representation of color #C4CDEF: hue angle of 227.44º 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 #C4CDEF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 205 | 239 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.06 |
| HSL | 227.44º | 0.57% | 0.85% | - |
| HSV(B) | 227.44º | 0.18% | 0.94% | - |
| XYZ | 60.18 | 61.63 | 90.39 | - |
| YUV | 206.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 239 | 0.18 | 0.14 | 0 | 0.06 | 227.44 | 0.57 | 0.85 |
| Hex | C4 | CD | EF | 12 | E | 0 | 6 | E3 | 39 | 55 |
| Octal | 304 | 315 | 357 | 22 | 16 | 0 | 6 | 343 | 71 | 125 |
| Binary | 11000100 | 11001101 | 11101111 | 10010 | 1110 | 0 | 110 | 11100011 | 111001 | 1010101 |
Color Harmonies of #C4CDEF
Complementary color
Monochromatic Colors of #C4CDEF
Black with #C4CDEF
Text Example
Text Example
White with #C4CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDEF; }
p { color: rgb(196,205,239); }
H1.HeaderClassName
{
color: #C4CDEF;
}
.AnyTagClassName
{
color: #C4CDEF;
}
</style>
background-color css
<style>
a { background-color: #C4CDEF; }
a { background-color: rgb(196,205,239); }
div.DivClassName
{
background-color: #C4CDEF;
}
.BgClassName
{
background-color: #C4CDEF;
}
</style>
border-color css
<style>
span { border-color: #C4CDEF; }
span { border-color: rgb(196,205,239); }
td.TdClassName
{
border-color: #C4CDEF;
}
.TagClassName
{
border-color: #C4CDEF;
}
</style>