Shades of Lavender Blue #C8CAF8
Tints of Lavender Blue #C8CAF8
RGB
CMYK
RGB Variations
Color information
#C8CAF8 (or 0xC8CAF8) is known color: Lavender Blue. HEX triplet: C8, CA and F8. RGB value is (200,202,248). Sum of RGB (Red+Green+Blue) = 200+202+248=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAF8 is #373507. Grayscale: #CECECE. Windows color (decimal): -3618056 or 16304840. OLE color: 16304840.
HSL color Cylindrical-coordinate representation of color #C8CAF8: hue angle of 237.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CAF8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 202 | 248 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.03 |
| HSL | 237.5º | 0.77% | 0.88% | - |
| HSV(B) | 237.5º | 0.19% | 0.97% | - |
| XYZ | 61.88 | 61.3 | 97.38 | - |
| YUV | 206.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 248 | 0.19 | 0.19 | 0 | 0.03 | 237.5 | 0.77 | 0.88 |
| Hex | C8 | CA | F8 | 13 | 13 | 0 | 3 | EE | 4D | 58 |
| Octal | 310 | 312 | 370 | 23 | 23 | 0 | 3 | 356 | 115 | 130 |
| Binary | 11001000 | 11001010 | 11111000 | 10011 | 10011 | 0 | 11 | 11101110 | 1001101 | 1011000 |
Color Harmonies of #C8CAF8
Complementary color
Monochromatic Colors of #C8CAF8
Black with #C8CAF8
Text Example
Text Example
White with #C8CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAF8; }
p { color: rgb(200,202,248); }
H1.HeaderClassName
{
color: #C8CAF8;
}
.AnyTagClassName
{
color: #C8CAF8;
}
</style>
background-color css
<style>
a { background-color: #C8CAF8; }
a { background-color: rgb(200,202,248); }
div.DivClassName
{
background-color: #C8CAF8;
}
.BgClassName
{
background-color: #C8CAF8;
}
</style>
border-color css
<style>
span { border-color: #C8CAF8; }
span { border-color: rgb(200,202,248); }
td.TdClassName
{
border-color: #C8CAF8;
}
.TagClassName
{
border-color: #C8CAF8;
}
</style>