Shades of Periwinkle #C3CEED
Tints of Periwinkle #C3CEED
RGB
CMYK
RGB Variations
Color information
#C3CEED (or 0xC3CEED) is known color: Periwinkle. HEX triplet: C3, CE and ED. RGB value is (195,206,237). Sum of RGB (Red+Green+Blue) = 195+206+237=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEED is #3C3112. Grayscale: #CECECE. Windows color (decimal): -3944723 or 15584963. OLE color: 15584963.
HSL color Cylindrical-coordinate representation of color #C3CEED: hue angle of 224.29º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3CEED is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 206 | 237 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.07 |
| HSL | 224.29º | 0.54% | 0.85% | - |
| HSV(B) | 224.29º | 0.18% | 0.93% | - |
| XYZ | 59.86 | 61.86 | 88.91 | - |
| YUV | 206.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 237 | 0.18 | 0.13 | 0 | 0.07 | 224.29 | 0.54 | 0.85 |
| Hex | C3 | CE | ED | 12 | D | 0 | 7 | E0 | 36 | 55 |
| Octal | 303 | 316 | 355 | 22 | 15 | 0 | 7 | 340 | 66 | 125 |
| Binary | 11000011 | 11001110 | 11101101 | 10010 | 1101 | 0 | 111 | 11100000 | 110110 | 1010101 |
Color Harmonies of #C3CEED
Complementary color
Monochromatic Colors of #C3CEED
Black with #C3CEED
Text Example
Text Example
White with #C3CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEED; }
p { color: rgb(195,206,237); }
H1.HeaderClassName
{
color: #C3CEED;
}
.AnyTagClassName
{
color: #C3CEED;
}
</style>
background-color css
<style>
a { background-color: #C3CEED; }
a { background-color: rgb(195,206,237); }
div.DivClassName
{
background-color: #C3CEED;
}
.BgClassName
{
background-color: #C3CEED;
}
</style>
border-color css
<style>
span { border-color: #C3CEED; }
span { border-color: rgb(195,206,237); }
td.TdClassName
{
border-color: #C3CEED;
}
.TagClassName
{
border-color: #C3CEED;
}
</style>