Shades of Periwinkle #C3CDE0
Tints of Periwinkle #C3CDE0
RGB
CMYK
RGB Variations
Color information
#C3CDE0 (or 0xC3CDE0) is known color: Periwinkle. HEX triplet: C3, CD and E0. RGB value is (195,205,224). Sum of RGB (Red+Green+Blue) = 195+205+224=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDE0 is #3C321F. Grayscale: #CCCCCC. Windows color (decimal): -3944992 or 14732739. OLE color: 14732739.
HSL color Cylindrical-coordinate representation of color #C3CDE0: hue angle of 219.31º degrees, saturation: 0.32, 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 #C3CDE0 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 205 | 224 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.12 |
| HSL | 219.31º | 0.32% | 0.82% | - |
| HSV(B) | 219.31º | 0.13% | 0.88% | - |
| XYZ | 57.79 | 60.65 | 79.18 | - |
| YUV | 204.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 224 | 0.13 | 0.08 | 0 | 0.12 | 219.31 | 0.32 | 0.82 |
| Hex | C3 | CD | E0 | D | 8 | 0 | C | DB | 20 | 52 |
| Octal | 303 | 315 | 340 | 15 | 10 | 0 | 14 | 333 | 40 | 122 |
| Binary | 11000011 | 11001101 | 11100000 | 1101 | 1000 | 0 | 1100 | 11011011 | 100000 | 1010010 |
Color Harmonies of #C3CDE0
Complementary color
Monochromatic Colors of #C3CDE0
Black with #C3CDE0
Text Example
Text Example
White with #C3CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDE0; }
p { color: rgb(195,205,224); }
H1.HeaderClassName
{
color: #C3CDE0;
}
.AnyTagClassName
{
color: #C3CDE0;
}
</style>
background-color css
<style>
a { background-color: #C3CDE0; }
a { background-color: rgb(195,205,224); }
div.DivClassName
{
background-color: #C3CDE0;
}
.BgClassName
{
background-color: #C3CDE0;
}
</style>
border-color css
<style>
span { border-color: #C3CDE0; }
span { border-color: rgb(195,205,224); }
td.TdClassName
{
border-color: #C3CDE0;
}
.TagClassName
{
border-color: #C3CDE0;
}
</style>