Shades of Periwinkle #C5C7DE
Tints of Periwinkle #C5C7DE
RGB
CMYK
RGB Variations
Color information
#C5C7DE (or 0xC5C7DE) is known color: Periwinkle. HEX triplet: C5, C7 and DE. RGB value is (197,199,222). Sum of RGB (Red+Green+Blue) = 197+199+222=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5C7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7DE is #3A3821. Grayscale: #C8C8C8. Windows color (decimal): -3815458 or 14600133. OLE color: 14600133.
HSL color Cylindrical-coordinate representation of color #C5C7DE: hue angle of 235.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C7DE is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 199 | 222 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.13 |
| HSL | 235.2º | 0.27% | 0.82% | - |
| HSV(B) | 235.2º | 0.11% | 0.87% | - |
| XYZ | 56.63 | 57.99 | 77.32 | - |
| YUV | 201.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 222 | 0.11 | 0.10 | 0 | 0.13 | 235.2 | 0.27 | 0.82 |
| Hex | C5 | C7 | DE | B | A | 0 | D | EB | 1B | 52 |
| Octal | 305 | 307 | 336 | 13 | 12 | 0 | 15 | 353 | 33 | 122 |
| Binary | 11000101 | 11000111 | 11011110 | 1011 | 1010 | 0 | 1101 | 11101011 | 11011 | 1010010 |
Color Harmonies of #C5C7DE
Complementary color
Monochromatic Colors of #C5C7DE
Black with #C5C7DE
Text Example
Text Example
White with #C5C7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7DE; }
p { color: rgb(197,199,222); }
H1.HeaderClassName
{
color: #C5C7DE;
}
.AnyTagClassName
{
color: #C5C7DE;
}
</style>
background-color css
<style>
a { background-color: #C5C7DE; }
a { background-color: rgb(197,199,222); }
div.DivClassName
{
background-color: #C5C7DE;
}
.BgClassName
{
background-color: #C5C7DE;
}
</style>
border-color css
<style>
span { border-color: #C5C7DE; }
span { border-color: rgb(197,199,222); }
td.TdClassName
{
border-color: #C5C7DE;
}
.TagClassName
{
border-color: #C5C7DE;
}
</style>