Shades of Periwinkle #C4CBEB
Tints of Periwinkle #C4CBEB
RGB
CMYK
RGB Variations
Color information
#C4CBEB (or 0xC4CBEB) is known color: Periwinkle. HEX triplet: C4, CB and EB. RGB value is (196,203,235). Sum of RGB (Red+Green+Blue) = 196+203+235=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBEB is #3B3414. Grayscale: #CCCCCC. Windows color (decimal): -3879957 or 15453124. OLE color: 15453124.
HSL color Cylindrical-coordinate representation of color #C4CBEB: hue angle of 229.23º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CBEB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 203 | 235 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.08 |
| HSL | 229.23º | 0.49% | 0.85% | - |
| HSV(B) | 229.23º | 0.17% | 0.92% | - |
| XYZ | 59.12 | 60.45 | 87.15 | - |
| YUV | 204.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 235 | 0.17 | 0.14 | 0 | 0.08 | 229.23 | 0.49 | 0.85 |
| Hex | C4 | CB | EB | 11 | E | 0 | 8 | E5 | 31 | 55 |
| Octal | 304 | 313 | 353 | 21 | 16 | 0 | 10 | 345 | 61 | 125 |
| Binary | 11000100 | 11001011 | 11101011 | 10001 | 1110 | 0 | 1000 | 11100101 | 110001 | 1010101 |
Color Harmonies of #C4CBEB
Complementary color
Monochromatic Colors of #C4CBEB
Black with #C4CBEB
Text Example
Text Example
White with #C4CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBEB; }
p { color: rgb(196,203,235); }
H1.HeaderClassName
{
color: #C4CBEB;
}
.AnyTagClassName
{
color: #C4CBEB;
}
</style>
background-color css
<style>
a { background-color: #C4CBEB; }
a { background-color: rgb(196,203,235); }
div.DivClassName
{
background-color: #C4CBEB;
}
.BgClassName
{
background-color: #C4CBEB;
}
</style>
border-color css
<style>
span { border-color: #C4CBEB; }
span { border-color: rgb(196,203,235); }
td.TdClassName
{
border-color: #C4CBEB;
}
.TagClassName
{
border-color: #C4CBEB;
}
</style>