Shades of Periwinkle #C4CCE6
Tints of Periwinkle #C4CCE6
RGB
CMYK
RGB Variations
Color information
#C4CCE6 (or 0xC4CCE6) is known color: Periwinkle. HEX triplet: C4, CC and E6. RGB value is (196,204,230). Sum of RGB (Red+Green+Blue) = 196+204+230=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CCE6 is #3B3319. Grayscale: #CCCCCC. Windows color (decimal): -3879706 or 15125700. OLE color: 15125700.
HSL color Cylindrical-coordinate representation of color #C4CCE6: hue angle of 225.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4CCE6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 204 | 230 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.10 |
| HSL | 225.88º | 0.4% | 0.84% | - |
| HSV(B) | 225.88º | 0.15% | 0.9% | - |
| XYZ | 58.64 | 60.63 | 83.48 | - |
| YUV | 204.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 230 | 0.15 | 0.11 | 0 | 0.10 | 225.88 | 0.4 | 0.84 |
| Hex | C4 | CC | E6 | F | B | 0 | A | E2 | 28 | 54 |
| Octal | 304 | 314 | 346 | 17 | 13 | 0 | 12 | 342 | 50 | 124 |
| Binary | 11000100 | 11001100 | 11100110 | 1111 | 1011 | 0 | 1010 | 11100010 | 101000 | 1010100 |
Color Harmonies of #C4CCE6
Complementary color
Monochromatic Colors of #C4CCE6
Black with #C4CCE6
Text Example
Text Example
White with #C4CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCE6; }
p { color: rgb(196,204,230); }
H1.HeaderClassName
{
color: #C4CCE6;
}
.AnyTagClassName
{
color: #C4CCE6;
}
</style>
background-color css
<style>
a { background-color: #C4CCE6; }
a { background-color: rgb(196,204,230); }
div.DivClassName
{
background-color: #C4CCE6;
}
.BgClassName
{
background-color: #C4CCE6;
}
</style>
border-color css
<style>
span { border-color: #C4CCE6; }
span { border-color: rgb(196,204,230); }
td.TdClassName
{
border-color: #C4CCE6;
}
.TagClassName
{
border-color: #C4CCE6;
}
</style>