Shades of Periwinkle #C4CBEF
Tints of Periwinkle #C4CBEF
RGB
CMYK
RGB Variations
Color information
#C4CBEF (or 0xC4CBEF) is known color: Periwinkle. HEX triplet: C4, CB and EF. RGB value is (196,203,239). Sum of RGB (Red+Green+Blue) = 196+203+239=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBEF is #3B3410. Grayscale: #CCCCCC. Windows color (decimal): -3879953 or 15715268. OLE color: 15715268.
HSL color Cylindrical-coordinate representation of color #C4CBEF: hue angle of 230.23º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4CBEF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 203 | 239 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.06 |
| HSL | 230.23º | 0.57% | 0.85% | - |
| HSV(B) | 230.23º | 0.18% | 0.94% | - |
| XYZ | 59.7 | 60.68 | 90.23 | - |
| YUV | 205.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 239 | 0.18 | 0.15 | 0 | 0.06 | 230.23 | 0.57 | 0.85 |
| Hex | C4 | CB | EF | 12 | F | 0 | 6 | E6 | 39 | 55 |
| Octal | 304 | 313 | 357 | 22 | 17 | 0 | 6 | 346 | 71 | 125 |
| Binary | 11000100 | 11001011 | 11101111 | 10010 | 1111 | 0 | 110 | 11100110 | 111001 | 1010101 |
Color Harmonies of #C4CBEF
Complementary color
Monochromatic Colors of #C4CBEF
Black with #C4CBEF
Text Example
Text Example
White with #C4CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBEF; }
p { color: rgb(196,203,239); }
H1.HeaderClassName
{
color: #C4CBEF;
}
.AnyTagClassName
{
color: #C4CBEF;
}
</style>
background-color css
<style>
a { background-color: #C4CBEF; }
a { background-color: rgb(196,203,239); }
div.DivClassName
{
background-color: #C4CBEF;
}
.BgClassName
{
background-color: #C4CBEF;
}
</style>
border-color css
<style>
span { border-color: #C4CBEF; }
span { border-color: rgb(196,203,239); }
td.TdClassName
{
border-color: #C4CBEF;
}
.TagClassName
{
border-color: #C4CBEF;
}
</style>