Shades of Lavender Blue #C8CFFC
Tints of Lavender Blue #C8CFFC
RGB
CMYK
RGB Variations
Color information
#C8CFFC (or 0xC8CFFC) is known color: Lavender Blue. HEX triplet: C8, CF and FC. RGB value is (200,207,252). Sum of RGB (Red+Green+Blue) = 200+207+252=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFFC is #373003. Grayscale: #D1D1D1. Windows color (decimal): -3616772 or 16568264. OLE color: 16568264.
HSL color Cylindrical-coordinate representation of color #C8CFFC: hue angle of 231.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CFFC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 207 | 252 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.01 |
| HSL | 231.92º | 0.9% | 0.89% | - |
| HSV(B) | 231.92º | 0.21% | 0.99% | - |
| XYZ | 63.7 | 63.93 | 101.08 | - |
| YUV | 210.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 252 | 0.21 | 0.18 | 0 | 0.01 | 231.92 | 0.9 | 0.89 |
| Hex | C8 | CF | FC | 15 | 12 | 0 | 1 | E8 | 5A | 59 |
| Octal | 310 | 317 | 374 | 25 | 22 | 0 | 1 | 350 | 132 | 131 |
| Binary | 11001000 | 11001111 | 11111100 | 10101 | 10010 | 0 | 1 | 11101000 | 1011010 | 1011001 |
Color Harmonies of #C8CFFC
Complementary color
Monochromatic Colors of #C8CFFC
Black with #C8CFFC
Text Example
Text Example
White with #C8CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFFC; }
p { color: rgb(200,207,252); }
H1.HeaderClassName
{
color: #C8CFFC;
}
.AnyTagClassName
{
color: #C8CFFC;
}
</style>
background-color css
<style>
a { background-color: #C8CFFC; }
a { background-color: rgb(200,207,252); }
div.DivClassName
{
background-color: #C8CFFC;
}
.BgClassName
{
background-color: #C8CFFC;
}
</style>
border-color css
<style>
span { border-color: #C8CFFC; }
span { border-color: rgb(200,207,252); }
td.TdClassName
{
border-color: #C8CFFC;
}
.TagClassName
{
border-color: #C8CFFC;
}
</style>