Shades of Periwinkle #C5C8DA
Tints of Periwinkle #C5C8DA
RGB
CMYK
RGB Variations
Color information
#C5C8DA (or 0xC5C8DA) is known color: Periwinkle. HEX triplet: C5, C8 and DA. RGB value is (197,200,218). Sum of RGB (Red+Green+Blue) = 197+200+218=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8DA is #3A3725. Grayscale: #C9C9C9. Windows color (decimal): -3815206 or 14338245. OLE color: 14338245.
HSL color Cylindrical-coordinate representation of color #C5C8DA: hue angle of 231.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C8DA is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 200 | 218 | - |
CMYK | 0.10 | 0.08 | 0 | 0.15 |
HSL | 231.43º | 0.22% | 0.81% | - |
HSV(B) | 231.43º | 0.1% | 0.85% | - |
XYZ | 56.34 | 58.24 | 74.6 | - |
YUV | 201.16 | 137.51 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 200 | 218 | 0.10 | 0.08 | 0 | 0.15 | 231.43 | 0.22 | 0.81 |
Hex | C5 | C8 | DA | A | 8 | 0 | F | E7 | 16 | 51 |
Octal | 305 | 310 | 332 | 12 | 10 | 0 | 17 | 347 | 26 | 121 |
Binary | 11000101 | 11001000 | 11011010 | 1010 | 1000 | 0 | 1111 | 11100111 | 10110 | 1010001 |
Color Harmonies of #C5C8DA
Complementary color
Monochromatic Colors of #C5C8DA
Black with #C5C8DA
Text Example
Text Example
White with #C5C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8DA; }
p { color: rgb(197,200,218); }
H1.HeaderClassName
{
color: #C5C8DA;
}
.AnyTagClassName
{
color: #C5C8DA;
}
</style>
background-color css
<style>
a { background-color: #C5C8DA; }
a { background-color: rgb(197,200,218); }
div.DivClassName
{
background-color: #C5C8DA;
}
.BgClassName
{
background-color: #C5C8DA;
}
</style>
border-color css
<style>
span { border-color: #C5C8DA; }
span { border-color: rgb(197,200,218); }
td.TdClassName
{
border-color: #C5C8DA;
}
.TagClassName
{
border-color: #C5C8DA;
}
</style>