Shades of Periwinkle #C3CFEB
Tints of Periwinkle #C3CFEB
RGB
CMYK
RGB Variations
Color information
#C3CFEB (or 0xC3CFEB) is known color: Periwinkle. HEX triplet: C3, CF and EB. RGB value is (195,207,235). Sum of RGB (Red+Green+Blue) = 195+207+235=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFEB is #3C3014. Grayscale: #CECECE. Windows color (decimal): -3944469 or 15454147. OLE color: 15454147.
HSL color Cylindrical-coordinate representation of color #C3CFEB: hue angle of 222º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CFEB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 207 | 235 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.08 |
| HSL | 222º | 0.5% | 0.84% | - |
| HSV(B) | 222º | 0.17% | 0.92% | - |
| XYZ | 59.81 | 62.23 | 87.46 | - |
| YUV | 206.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 235 | 0.17 | 0.12 | 0 | 0.08 | 222 | 0.5 | 0.84 |
| Hex | C3 | CF | EB | 11 | C | 0 | 8 | DE | 32 | 54 |
| Octal | 303 | 317 | 353 | 21 | 14 | 0 | 10 | 336 | 62 | 124 |
| Binary | 11000011 | 11001111 | 11101011 | 10001 | 1100 | 0 | 1000 | 11011110 | 110010 | 1010100 |
Color Harmonies of #C3CFEB
Complementary color
Monochromatic Colors of #C3CFEB
Black with #C3CFEB
Text Example
Text Example
White with #C3CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFEB; }
p { color: rgb(195,207,235); }
H1.HeaderClassName
{
color: #C3CFEB;
}
.AnyTagClassName
{
color: #C3CFEB;
}
</style>
background-color css
<style>
a { background-color: #C3CFEB; }
a { background-color: rgb(195,207,235); }
div.DivClassName
{
background-color: #C3CFEB;
}
.BgClassName
{
background-color: #C3CFEB;
}
</style>
border-color css
<style>
span { border-color: #C3CFEB; }
span { border-color: rgb(195,207,235); }
td.TdClassName
{
border-color: #C3CFEB;
}
.TagClassName
{
border-color: #C3CFEB;
}
</style>