Shades of Lavender Blue #C5C8F3
Tints of Lavender Blue #C5C8F3
RGB
CMYK
RGB Variations
Color information
#C5C8F3 (or 0xC5C8F3) is known color: Lavender Blue. HEX triplet: C5, C8 and F3. RGB value is (197,200,243). Sum of RGB (Red+Green+Blue) = 197+200+243=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5C8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8F3 is #3A370C. Grayscale: #CBCBCB. Windows color (decimal): -3815181 or 15976645. OLE color: 15976645.
HSL color Cylindrical-coordinate representation of color #C5C8F3: hue angle of 236.09º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5C8F3 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 200 | 243 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.05 |
| HSL | 236.09º | 0.66% | 0.86% | - |
| HSV(B) | 236.09º | 0.19% | 0.95% | - |
| XYZ | 59.86 | 59.65 | 93.15 | - |
| YUV | 204.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 243 | 0.19 | 0.18 | 0 | 0.05 | 236.09 | 0.66 | 0.86 |
| Hex | C5 | C8 | F3 | 13 | 12 | 0 | 5 | EC | 42 | 56 |
| Octal | 305 | 310 | 363 | 23 | 22 | 0 | 5 | 354 | 102 | 126 |
| Binary | 11000101 | 11001000 | 11110011 | 10011 | 10010 | 0 | 101 | 11101100 | 1000010 | 1010110 |
Color Harmonies of #C5C8F3
Complementary color
Monochromatic Colors of #C5C8F3
Black with #C5C8F3
Text Example
Text Example
White with #C5C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8F3; }
p { color: rgb(197,200,243); }
H1.HeaderClassName
{
color: #C5C8F3;
}
.AnyTagClassName
{
color: #C5C8F3;
}
</style>
background-color css
<style>
a { background-color: #C5C8F3; }
a { background-color: rgb(197,200,243); }
div.DivClassName
{
background-color: #C5C8F3;
}
.BgClassName
{
background-color: #C5C8F3;
}
</style>
border-color css
<style>
span { border-color: #C5C8F3; }
span { border-color: rgb(197,200,243); }
td.TdClassName
{
border-color: #C5C8F3;
}
.TagClassName
{
border-color: #C5C8F3;
}
</style>