Shades of Periwinkle #C5CBDF
Tints of Periwinkle #C5CBDF
RGB
CMYK
RGB Variations
Color information
#C5CBDF (or 0xC5CBDF) is known color: Periwinkle. HEX triplet: C5, CB and DF. RGB value is (197,203,223). Sum of RGB (Red+Green+Blue) = 197+203+223=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBDF is #3A3420. Grayscale: #CBCBCB. Windows color (decimal): -3814433 or 14666693. OLE color: 14666693.
HSL color Cylindrical-coordinate representation of color #C5CBDF: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5CBDF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 203 | 223 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.13 |
| HSL | 226.15º | 0.29% | 0.82% | - |
| HSV(B) | 226.15º | 0.12% | 0.87% | - |
| XYZ | 57.7 | 59.91 | 78.33 | - |
| YUV | 203.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 223 | 0.12 | 0.09 | 0 | 0.13 | 226.15 | 0.29 | 0.82 |
| Hex | C5 | CB | DF | C | 9 | 0 | D | E2 | 1D | 52 |
| Octal | 305 | 313 | 337 | 14 | 11 | 0 | 15 | 342 | 35 | 122 |
| Binary | 11000101 | 11001011 | 11011111 | 1100 | 1001 | 0 | 1101 | 11100010 | 11101 | 1010010 |
Color Harmonies of #C5CBDF
Complementary color
Monochromatic Colors of #C5CBDF
Black with #C5CBDF
Text Example
Text Example
White with #C5CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBDF; }
p { color: rgb(197,203,223); }
H1.HeaderClassName
{
color: #C5CBDF;
}
.AnyTagClassName
{
color: #C5CBDF;
}
</style>
background-color css
<style>
a { background-color: #C5CBDF; }
a { background-color: rgb(197,203,223); }
div.DivClassName
{
background-color: #C5CBDF;
}
.BgClassName
{
background-color: #C5CBDF;
}
</style>
border-color css
<style>
span { border-color: #C5CBDF; }
span { border-color: rgb(197,203,223); }
td.TdClassName
{
border-color: #C5CBDF;
}
.TagClassName
{
border-color: #C5CBDF;
}
</style>