Shades of Periwinkle #C5CFEF
Tints of Periwinkle #C5CFEF
RGB
CMYK
RGB Variations
Color information
#C5CFEF (or 0xC5CFEF) is known color: Periwinkle. HEX triplet: C5, CF and EF. RGB value is (197,207,239). Sum of RGB (Red+Green+Blue) = 197+207+239=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 207 (81.25% from 255 or 32.19% 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 #C5CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEF is #3A3010. Grayscale: #CFCFCF. Windows color (decimal): -3813393 or 15716293. OLE color: 15716293.
HSL color Cylindrical-coordinate representation of color #C5CFEF: hue angle of 225.71º 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 #C5CFEF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 197 | 207 | 239 | - |
CMYK | 0.18 | 0.13 | 0 | 0.06 |
HSL | 225.71º | 0.57% | 0.85% | - |
HSV(B) | 225.71º | 0.18% | 0.94% | - |
XYZ | 60.92 | 62.73 | 90.56 | - |
YUV | 207.66 | 145.69 | 120.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 207 | 239 | 0.18 | 0.13 | 0 | 0.06 | 225.71 | 0.57 | 0.85 |
Hex | C5 | CF | EF | 12 | D | 0 | 6 | E2 | 39 | 55 |
Octal | 305 | 317 | 357 | 22 | 15 | 0 | 6 | 342 | 71 | 125 |
Binary | 11000101 | 11001111 | 11101111 | 10010 | 1101 | 0 | 110 | 11100010 | 111001 | 1010101 |
Color Harmonies of #C5CFEF
Complementary color
Monochromatic Colors of #C5CFEF
Black with #C5CFEF
Text Example
Text Example
White with #C5CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFEF; }
p { color: rgb(197,207,239); }
H1.HeaderClassName
{
color: #C5CFEF;
}
.AnyTagClassName
{
color: #C5CFEF;
}
</style>
background-color css
<style>
a { background-color: #C5CFEF; }
a { background-color: rgb(197,207,239); }
div.DivClassName
{
background-color: #C5CFEF;
}
.BgClassName
{
background-color: #C5CFEF;
}
</style>
border-color css
<style>
span { border-color: #C5CFEF; }
span { border-color: rgb(197,207,239); }
td.TdClassName
{
border-color: #C5CFEF;
}
.TagClassName
{
border-color: #C5CFEF;
}
</style>