Shades of Periwinkle #C4D1F1
Tints of Periwinkle #C4D1F1
RGB
CMYK
RGB Variations
Color information
#C4D1F1 (or 0xC4D1F1) is known color: Periwinkle. HEX triplet: C4, D1 and F1. RGB value is (196,209,241). Sum of RGB (Red+Green+Blue) = 196+209+241=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4D1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D1F1 is #3B2E0E. Grayscale: #D0D0D0. Windows color (decimal): -3878415 or 15847876. OLE color: 15847876.
HSL color Cylindrical-coordinate representation of color #C4D1F1: hue angle of 222.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4D1F1 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 209 | 241 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.05 |
| HSL | 222.67º | 0.62% | 0.86% | - |
| HSV(B) | 222.67º | 0.19% | 0.95% | - |
| XYZ | 61.44 | 63.69 | 92.27 | - |
| YUV | 208.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 241 | 0.19 | 0.13 | 0 | 0.05 | 222.67 | 0.62 | 0.86 |
| Hex | C4 | D1 | F1 | 13 | D | 0 | 5 | DF | 3E | 56 |
| Octal | 304 | 321 | 361 | 23 | 15 | 0 | 5 | 337 | 76 | 126 |
| Binary | 11000100 | 11010001 | 11110001 | 10011 | 1101 | 0 | 101 | 11011111 | 111110 | 1010110 |
Color Harmonies of #C4D1F1
Complementary color
Monochromatic Colors of #C4D1F1
Black with #C4D1F1
Text Example
Text Example
White with #C4D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1F1; }
p { color: rgb(196,209,241); }
H1.HeaderClassName
{
color: #C4D1F1;
}
.AnyTagClassName
{
color: #C4D1F1;
}
</style>
background-color css
<style>
a { background-color: #C4D1F1; }
a { background-color: rgb(196,209,241); }
div.DivClassName
{
background-color: #C4D1F1;
}
.BgClassName
{
background-color: #C4D1F1;
}
</style>
border-color css
<style>
span { border-color: #C4D1F1; }
span { border-color: rgb(196,209,241); }
td.TdClassName
{
border-color: #C4D1F1;
}
.TagClassName
{
border-color: #C4D1F1;
}
</style>