Shades of Periwinkle #C3CDE4
Tints of Periwinkle #C3CDE4
RGB
CMYK
RGB Variations
Color information
#C3CDE4 (or 0xC3CDE4) is known color: Periwinkle. HEX triplet: C3, CD and E4. RGB value is (195,205,228). Sum of RGB (Red+Green+Blue) = 195+205+228=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #C3CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDE4 is #3C321B. Grayscale: #CCCCCC. Windows color (decimal): -3944988 or 14994883. OLE color: 14994883.
HSL color Cylindrical-coordinate representation of color #C3CDE4: hue angle of 221.82º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3CDE4 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 205 | 228 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.11 |
| HSL | 221.82º | 0.38% | 0.83% | - |
| HSV(B) | 221.82º | 0.14% | 0.89% | - |
| XYZ | 58.34 | 60.87 | 82.07 | - |
| YUV | 204.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 228 | 0.14 | 0.10 | 0 | 0.11 | 221.82 | 0.38 | 0.83 |
| Hex | C3 | CD | E4 | E | A | 0 | B | DE | 26 | 53 |
| Octal | 303 | 315 | 344 | 16 | 12 | 0 | 13 | 336 | 46 | 123 |
| Binary | 11000011 | 11001101 | 11100100 | 1110 | 1010 | 0 | 1011 | 11011110 | 100110 | 1010011 |
Color Harmonies of #C3CDE4
Complementary color
Monochromatic Colors of #C3CDE4
Black with #C3CDE4
Text Example
Text Example
White with #C3CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDE4; }
p { color: rgb(195,205,228); }
H1.HeaderClassName
{
color: #C3CDE4;
}
.AnyTagClassName
{
color: #C3CDE4;
}
</style>
background-color css
<style>
a { background-color: #C3CDE4; }
a { background-color: rgb(195,205,228); }
div.DivClassName
{
background-color: #C3CDE4;
}
.BgClassName
{
background-color: #C3CDE4;
}
</style>
border-color css
<style>
span { border-color: #C3CDE4; }
span { border-color: rgb(195,205,228); }
td.TdClassName
{
border-color: #C3CDE4;
}
.TagClassName
{
border-color: #C3CDE4;
}
</style>