Shades of Periwinkle #C3CDE1
Tints of Periwinkle #C3CDE1
RGB
CMYK
RGB Variations
Color information
#C3CDE1 (or 0xC3CDE1) is known color: Periwinkle. HEX triplet: C3, CD and E1. RGB value is (195,205,225). Sum of RGB (Red+Green+Blue) = 195+205+225=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDE1 is #3C321E. Grayscale: #CCCCCC. Windows color (decimal): -3944991 or 14798275. OLE color: 14798275.
HSL color Cylindrical-coordinate representation of color #C3CDE1: hue angle of 220º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CDE1 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 205 | 225 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.12 |
| HSL | 220º | 0.33% | 0.82% | - |
| HSV(B) | 220º | 0.13% | 0.88% | - |
| XYZ | 57.93 | 60.7 | 79.9 | - |
| YUV | 204.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 225 | 0.13 | 0.09 | 0 | 0.12 | 220 | 0.33 | 0.82 |
| Hex | C3 | CD | E1 | D | 9 | 0 | C | DC | 21 | 52 |
| Octal | 303 | 315 | 341 | 15 | 11 | 0 | 14 | 334 | 41 | 122 |
| Binary | 11000011 | 11001101 | 11100001 | 1101 | 1001 | 0 | 1100 | 11011100 | 100001 | 1010010 |
Color Harmonies of #C3CDE1
Complementary color
Monochromatic Colors of #C3CDE1
Black with #C3CDE1
Text Example
Text Example
White with #C3CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDE1; }
p { color: rgb(195,205,225); }
H1.HeaderClassName
{
color: #C3CDE1;
}
.AnyTagClassName
{
color: #C3CDE1;
}
</style>
background-color css
<style>
a { background-color: #C3CDE1; }
a { background-color: rgb(195,205,225); }
div.DivClassName
{
background-color: #C3CDE1;
}
.BgClassName
{
background-color: #C3CDE1;
}
</style>
border-color css
<style>
span { border-color: #C3CDE1; }
span { border-color: rgb(195,205,225); }
td.TdClassName
{
border-color: #C3CDE1;
}
.TagClassName
{
border-color: #C3CDE1;
}
</style>