Shades of Periwinkle #C5CBE6
Tints of Periwinkle #C5CBE6
RGB
CMYK
RGB Variations
Color information
#C5CBE6 (or 0xC5CBE6) is known color: Periwinkle. HEX triplet: C5, CB and E6. RGB value is (197,203,230). Sum of RGB (Red+Green+Blue) = 197+203+230=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBE6 is #3A3419. Grayscale: #CCCCCC. Windows color (decimal): -3814426 or 15125445. OLE color: 15125445.
HSL color Cylindrical-coordinate representation of color #C5CBE6: hue angle of 229.09º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CBE6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 203 | 230 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.10 |
| HSL | 229.09º | 0.4% | 0.84% | - |
| HSV(B) | 229.09º | 0.14% | 0.9% | - |
| XYZ | 58.66 | 60.3 | 83.41 | - |
| YUV | 204.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 230 | 0.14 | 0.12 | 0 | 0.10 | 229.09 | 0.4 | 0.84 |
| Hex | C5 | CB | E6 | E | C | 0 | A | E5 | 28 | 54 |
| Octal | 305 | 313 | 346 | 16 | 14 | 0 | 12 | 345 | 50 | 124 |
| Binary | 11000101 | 11001011 | 11100110 | 1110 | 1100 | 0 | 1010 | 11100101 | 101000 | 1010100 |
Color Harmonies of #C5CBE6
Complementary color
Monochromatic Colors of #C5CBE6
Black with #C5CBE6
Text Example
Text Example
White with #C5CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBE6; }
p { color: rgb(197,203,230); }
H1.HeaderClassName
{
color: #C5CBE6;
}
.AnyTagClassName
{
color: #C5CBE6;
}
</style>
background-color css
<style>
a { background-color: #C5CBE6; }
a { background-color: rgb(197,203,230); }
div.DivClassName
{
background-color: #C5CBE6;
}
.BgClassName
{
background-color: #C5CBE6;
}
</style>
border-color css
<style>
span { border-color: #C5CBE6; }
span { border-color: rgb(197,203,230); }
td.TdClassName
{
border-color: #C5CBE6;
}
.TagClassName
{
border-color: #C5CBE6;
}
</style>