Shades of Periwinkle #C3CEE5
Tints of Periwinkle #C3CEE5
RGB
CMYK
RGB Variations
Color information
#C3CEE5 (or 0xC3CEE5) is known color: Periwinkle. HEX triplet: C3, CE and E5. RGB value is (195,206,229). Sum of RGB (Red+Green+Blue) = 195+206+229=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #C3CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEE5 is #3C311A. Grayscale: #CDCDCD. Windows color (decimal): -3944731 or 15060675. OLE color: 15060675.
HSL color Cylindrical-coordinate representation of color #C3CEE5: hue angle of 220.59º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3CEE5 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 206 | 229 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.10 |
| HSL | 220.59º | 0.4% | 0.83% | - |
| HSV(B) | 220.59º | 0.15% | 0.9% | - |
| XYZ | 58.72 | 61.4 | 82.89 | - |
| YUV | 205.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 229 | 0.15 | 0.10 | 0 | 0.10 | 220.59 | 0.4 | 0.83 |
| Hex | C3 | CE | E5 | F | A | 0 | A | DD | 28 | 53 |
| Octal | 303 | 316 | 345 | 17 | 12 | 0 | 12 | 335 | 50 | 123 |
| Binary | 11000011 | 11001110 | 11100101 | 1111 | 1010 | 0 | 1010 | 11011101 | 101000 | 1010011 |
Color Harmonies of #C3CEE5
Complementary color
Monochromatic Colors of #C3CEE5
Black with #C3CEE5
Text Example
Text Example
White with #C3CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEE5; }
p { color: rgb(195,206,229); }
H1.HeaderClassName
{
color: #C3CEE5;
}
.AnyTagClassName
{
color: #C3CEE5;
}
</style>
background-color css
<style>
a { background-color: #C3CEE5; }
a { background-color: rgb(195,206,229); }
div.DivClassName
{
background-color: #C3CEE5;
}
.BgClassName
{
background-color: #C3CEE5;
}
</style>
border-color css
<style>
span { border-color: #C3CEE5; }
span { border-color: rgb(195,206,229); }
td.TdClassName
{
border-color: #C3CEE5;
}
.TagClassName
{
border-color: #C3CEE5;
}
</style>