Shades of Periwinkle #C4CDF2
Tints of Periwinkle #C4CDF2
RGB
CMYK
RGB Variations
Color information
#C4CDF2 (or 0xC4CDF2) is known color: Periwinkle. HEX triplet: C4, CD and F2. RGB value is (196,205,242). Sum of RGB (Red+Green+Blue) = 196+205+242=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDF2 is #3B320D. Grayscale: #CECECE. Windows color (decimal): -3879438 or 15912388. OLE color: 15912388.
HSL color Cylindrical-coordinate representation of color #C4CDF2: hue angle of 228.26º degrees, saturation: 0.64, 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 #C4CDF2 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 205 | 242 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.05 |
| HSL | 228.26º | 0.64% | 0.86% | - |
| HSV(B) | 228.26º | 0.19% | 0.95% | - |
| XYZ | 60.62 | 61.81 | 92.74 | - |
| YUV | 206.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 242 | 0.19 | 0.15 | 0 | 0.05 | 228.26 | 0.64 | 0.86 |
| Hex | C4 | CD | F2 | 13 | F | 0 | 5 | E4 | 40 | 56 |
| Octal | 304 | 315 | 362 | 23 | 17 | 0 | 5 | 344 | 100 | 126 |
| Binary | 11000100 | 11001101 | 11110010 | 10011 | 1111 | 0 | 101 | 11100100 | 1000000 | 1010110 |
Color Harmonies of #C4CDF2
Complementary color
Monochromatic Colors of #C4CDF2
Black with #C4CDF2
Text Example
Text Example
White with #C4CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDF2; }
p { color: rgb(196,205,242); }
H1.HeaderClassName
{
color: #C4CDF2;
}
.AnyTagClassName
{
color: #C4CDF2;
}
</style>
background-color css
<style>
a { background-color: #C4CDF2; }
a { background-color: rgb(196,205,242); }
div.DivClassName
{
background-color: #C4CDF2;
}
.BgClassName
{
background-color: #C4CDF2;
}
</style>
border-color css
<style>
span { border-color: #C4CDF2; }
span { border-color: rgb(196,205,242); }
td.TdClassName
{
border-color: #C4CDF2;
}
.TagClassName
{
border-color: #C4CDF2;
}
</style>