Shades of Lavender Blue #C8CFFE
Tints of Lavender Blue #C8CFFE
RGB
CMYK
RGB Variations
Color information
#C8CFFE (or 0xC8CFFE) is known color: Lavender Blue. HEX triplet: C8, CF and FE. RGB value is (200,207,254). Sum of RGB (Red+Green+Blue) = 200+207+254=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFFE is #373001. Grayscale: #D2D2D2. Windows color (decimal): -3616770 or 16699336. OLE color: 16699336.
HSL color Cylindrical-coordinate representation of color #C8CFFE: hue angle of 232.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CFFE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 207 | 254 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.00 |
| HSL | 232.22º | 0.96% | 0.89% | - |
| HSV(B) | 232.22º | 0.21% | 1% | - |
| XYZ | 64.02 | 64.06 | 102.76 | - |
| YUV | 210.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 254 | 0.21 | 0.19 | 0 | 0.00 | 232.22 | 0.96 | 0.89 |
| Hex | C8 | CF | FE | 15 | 13 | 0 | 0 | E8 | 60 | 59 |
| Octal | 310 | 317 | 376 | 25 | 23 | 0 | 0 | 350 | 140 | 131 |
| Binary | 11001000 | 11001111 | 11111110 | 10101 | 10011 | 0 | 0 | 11101000 | 1100000 | 1011001 |
Color Harmonies of #C8CFFE
Complementary color
Monochromatic Colors of #C8CFFE
Black with #C8CFFE
Text Example
Text Example
White with #C8CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFFE; }
p { color: rgb(200,207,254); }
H1.HeaderClassName
{
color: #C8CFFE;
}
.AnyTagClassName
{
color: #C8CFFE;
}
</style>
background-color css
<style>
a { background-color: #C8CFFE; }
a { background-color: rgb(200,207,254); }
div.DivClassName
{
background-color: #C8CFFE;
}
.BgClassName
{
background-color: #C8CFFE;
}
</style>
border-color css
<style>
span { border-color: #C8CFFE; }
span { border-color: rgb(200,207,254); }
td.TdClassName
{
border-color: #C8CFFE;
}
.TagClassName
{
border-color: #C8CFFE;
}
</style>