Shades of Periwinkle #C5D0EF
Tints of Periwinkle #C5D0EF
RGB
CMYK
RGB Variations
Color information
#C5D0EF (or 0xC5D0EF) is known color: Periwinkle. HEX triplet: C5, D0 and EF. RGB value is (197,208,239). Sum of RGB (Red+Green+Blue) = 197+208+239=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 208 (81.64% from 255 or 32.30% 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 #C5D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0EF is #3A2F10. Grayscale: #D0D0D0. Windows color (decimal): -3813137 or 15716549. OLE color: 15716549.
HSL color Cylindrical-coordinate representation of color #C5D0EF: hue angle of 224.29º 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 #C5D0EF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 197 | 208 | 239 | - |
CMYK | 0.18 | 0.13 | 0 | 0.06 |
HSL | 224.29º | 0.57% | 0.85% | - |
HSV(B) | 224.29º | 0.18% | 0.94% | - |
XYZ | 61.16 | 63.21 | 90.64 | - |
YUV | 208.25 | 145.36 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 208 | 239 | 0.18 | 0.13 | 0 | 0.06 | 224.29 | 0.57 | 0.85 |
Hex | C5 | D0 | EF | 12 | D | 0 | 6 | E0 | 39 | 55 |
Octal | 305 | 320 | 357 | 22 | 15 | 0 | 6 | 340 | 71 | 125 |
Binary | 11000101 | 11010000 | 11101111 | 10010 | 1101 | 0 | 110 | 11100000 | 111001 | 1010101 |
Color Harmonies of #C5D0EF
Complementary color
Monochromatic Colors of #C5D0EF
Black with #C5D0EF
Text Example
Text Example
White with #C5D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0EF; }
p { color: rgb(197,208,239); }
H1.HeaderClassName
{
color: #C5D0EF;
}
.AnyTagClassName
{
color: #C5D0EF;
}
</style>
background-color css
<style>
a { background-color: #C5D0EF; }
a { background-color: rgb(197,208,239); }
div.DivClassName
{
background-color: #C5D0EF;
}
.BgClassName
{
background-color: #C5D0EF;
}
</style>
border-color css
<style>
span { border-color: #C5D0EF; }
span { border-color: rgb(197,208,239); }
td.TdClassName
{
border-color: #C5D0EF;
}
.TagClassName
{
border-color: #C5D0EF;
}
</style>