Shades of Periwinkle #C4CBED
Tints of Periwinkle #C4CBED
RGB
CMYK
RGB Variations
Color information
#C4CBED (or 0xC4CBED) is known color: Periwinkle. HEX triplet: C4, CB and ED. RGB value is (196,203,237). Sum of RGB (Red+Green+Blue) = 196+203+237=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBED is #3B3412. Grayscale: #CCCCCC. Windows color (decimal): -3879955 or 15584196. OLE color: 15584196.
HSL color Cylindrical-coordinate representation of color #C4CBED: hue angle of 229.76º degrees, saturation: 0.53, 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 #C4CBED is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 203 | 237 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.07 |
| HSL | 229.76º | 0.53% | 0.85% | - |
| HSV(B) | 229.76º | 0.17% | 0.93% | - |
| XYZ | 59.41 | 60.56 | 88.68 | - |
| YUV | 204.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 237 | 0.17 | 0.14 | 0 | 0.07 | 229.76 | 0.53 | 0.85 |
| Hex | C4 | CB | ED | 11 | E | 0 | 7 | E6 | 35 | 55 |
| Octal | 304 | 313 | 355 | 21 | 16 | 0 | 7 | 346 | 65 | 125 |
| Binary | 11000100 | 11001011 | 11101101 | 10001 | 1110 | 0 | 111 | 11100110 | 110101 | 1010101 |
Color Harmonies of #C4CBED
Complementary color
Monochromatic Colors of #C4CBED
Black with #C4CBED
Text Example
Text Example
White with #C4CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBED; }
p { color: rgb(196,203,237); }
H1.HeaderClassName
{
color: #C4CBED;
}
.AnyTagClassName
{
color: #C4CBED;
}
</style>
background-color css
<style>
a { background-color: #C4CBED; }
a { background-color: rgb(196,203,237); }
div.DivClassName
{
background-color: #C4CBED;
}
.BgClassName
{
background-color: #C4CBED;
}
</style>
border-color css
<style>
span { border-color: #C4CBED; }
span { border-color: rgb(196,203,237); }
td.TdClassName
{
border-color: #C4CBED;
}
.TagClassName
{
border-color: #C4CBED;
}
</style>