Shades of Periwinkle #C4CEEC
Tints of Periwinkle #C4CEEC
RGB
CMYK
RGB Variations
Color information
#C4CEEC (or 0xC4CEEC) is known color: Periwinkle. HEX triplet: C4, CE and EC. RGB value is (196,206,236). Sum of RGB (Red+Green+Blue) = 196+206+236=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEEC is #3B3113. Grayscale: #CECECE. Windows color (decimal): -3879188 or 15519428. OLE color: 15519428.
HSL color Cylindrical-coordinate representation of color #C4CEEC: hue angle of 225º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CEEC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 206 | 236 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.07 |
| HSL | 225º | 0.51% | 0.85% | - |
| HSV(B) | 225º | 0.17% | 0.93% | - |
| XYZ | 59.98 | 61.93 | 88.15 | - |
| YUV | 206.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 236 | 0.17 | 0.13 | 0 | 0.07 | 225 | 0.51 | 0.85 |
| Hex | C4 | CE | EC | 11 | D | 0 | 7 | E1 | 33 | 55 |
| Octal | 304 | 316 | 354 | 21 | 15 | 0 | 7 | 341 | 63 | 125 |
| Binary | 11000100 | 11001110 | 11101100 | 10001 | 1101 | 0 | 111 | 11100001 | 110011 | 1010101 |
Color Harmonies of #C4CEEC
Complementary color
Monochromatic Colors of #C4CEEC
Black with #C4CEEC
Text Example
Text Example
White with #C4CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEEC; }
p { color: rgb(196,206,236); }
H1.HeaderClassName
{
color: #C4CEEC;
}
.AnyTagClassName
{
color: #C4CEEC;
}
</style>
background-color css
<style>
a { background-color: #C4CEEC; }
a { background-color: rgb(196,206,236); }
div.DivClassName
{
background-color: #C4CEEC;
}
.BgClassName
{
background-color: #C4CEEC;
}
</style>
border-color css
<style>
span { border-color: #C4CEEC; }
span { border-color: rgb(196,206,236); }
td.TdClassName
{
border-color: #C4CEEC;
}
.TagClassName
{
border-color: #C4CEEC;
}
</style>