Shades of Lavender Blue #C8CAF1
Tints of Lavender Blue #C8CAF1
RGB
CMYK
RGB Variations
Color information
#C8CAF1 (or 0xC8CAF1) is known color: Lavender Blue. HEX triplet: C8, CA and F1. RGB value is (200,202,241). Sum of RGB (Red+Green+Blue) = 200+202+241=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAF1 is #37350E. Grayscale: #CDCDCD. Windows color (decimal): -3618063 or 15846088. OLE color: 15846088.
HSL color Cylindrical-coordinate representation of color #C8CAF1: hue angle of 237.07º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CAF1 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 202 | 241 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.05 |
| HSL | 237.07º | 0.59% | 0.86% | - |
| HSV(B) | 237.07º | 0.17% | 0.95% | - |
| XYZ | 60.82 | 60.87 | 91.76 | - |
| YUV | 205.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 241 | 0.17 | 0.16 | 0 | 0.05 | 237.07 | 0.59 | 0.86 |
| Hex | C8 | CA | F1 | 11 | 10 | 0 | 5 | ED | 3B | 56 |
| Octal | 310 | 312 | 361 | 21 | 20 | 0 | 5 | 355 | 73 | 126 |
| Binary | 11001000 | 11001010 | 11110001 | 10001 | 10000 | 0 | 101 | 11101101 | 111011 | 1010110 |
Color Harmonies of #C8CAF1
Complementary color
Monochromatic Colors of #C8CAF1
Black with #C8CAF1
Text Example
Text Example
White with #C8CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAF1; }
p { color: rgb(200,202,241); }
H1.HeaderClassName
{
color: #C8CAF1;
}
.AnyTagClassName
{
color: #C8CAF1;
}
</style>
background-color css
<style>
a { background-color: #C8CAF1; }
a { background-color: rgb(200,202,241); }
div.DivClassName
{
background-color: #C8CAF1;
}
.BgClassName
{
background-color: #C8CAF1;
}
</style>
border-color css
<style>
span { border-color: #C8CAF1; }
span { border-color: rgb(200,202,241); }
td.TdClassName
{
border-color: #C8CAF1;
}
.TagClassName
{
border-color: #C8CAF1;
}
</style>