Shades of Periwinkle #C5CBE4
Tints of Periwinkle #C5CBE4
RGB
CMYK
RGB Variations
Color information
#C5CBE4 (or 0xC5CBE4) is known color: Periwinkle. HEX triplet: C5, CB and E4. RGB value is (197,203,228). Sum of RGB (Red+Green+Blue) = 197+203+228=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBE4 is #3A341B. Grayscale: #CBCBCB. Windows color (decimal): -3814428 or 14994373. OLE color: 14994373.
HSL color Cylindrical-coordinate representation of color #C5CBE4: hue angle of 228.39º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CBE4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 203 | 228 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.11 |
| HSL | 228.39º | 0.36% | 0.83% | - |
| HSV(B) | 228.39º | 0.14% | 0.89% | - |
| XYZ | 58.39 | 60.18 | 81.94 | - |
| YUV | 204.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 228 | 0.14 | 0.11 | 0 | 0.11 | 228.39 | 0.36 | 0.83 |
| Hex | C5 | CB | E4 | E | B | 0 | B | E4 | 24 | 53 |
| Octal | 305 | 313 | 344 | 16 | 13 | 0 | 13 | 344 | 44 | 123 |
| Binary | 11000101 | 11001011 | 11100100 | 1110 | 1011 | 0 | 1011 | 11100100 | 100100 | 1010011 |
Color Harmonies of #C5CBE4
Complementary color
Monochromatic Colors of #C5CBE4
Black with #C5CBE4
Text Example
Text Example
White with #C5CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBE4; }
p { color: rgb(197,203,228); }
H1.HeaderClassName
{
color: #C5CBE4;
}
.AnyTagClassName
{
color: #C5CBE4;
}
</style>
background-color css
<style>
a { background-color: #C5CBE4; }
a { background-color: rgb(197,203,228); }
div.DivClassName
{
background-color: #C5CBE4;
}
.BgClassName
{
background-color: #C5CBE4;
}
</style>
border-color css
<style>
span { border-color: #C5CBE4; }
span { border-color: rgb(197,203,228); }
td.TdClassName
{
border-color: #C5CBE4;
}
.TagClassName
{
border-color: #C5CBE4;
}
</style>