Shades of Lavender Blue #CFC8FB
Tints of Lavender Blue #CFC8FB
RGB
CMYK
RGB Variations
Color information
#CFC8FB (or 0xCFC8FB) is known color: Lavender Blue. HEX triplet: CF, C8 and FB. RGB value is (207,200,251). Sum of RGB (Red+Green+Blue) = 207+200+251=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8FB is #303704. Grayscale: #CFCFCF. Windows color (decimal): -3159813 or 16500943. OLE color: 16500943.
HSL color Cylindrical-coordinate representation of color #CFC8FB: hue angle of 248.24º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC8FB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 200 | 251 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.02 |
| HSL | 248.24º | 0.86% | 0.88% | - |
| HSV(B) | 248.24º | 0.2% | 0.98% | - |
| XYZ | 63.8 | 61.54 | 99.78 | - |
| YUV | 207.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 251 | 0.18 | 0.20 | 0 | 0.02 | 248.24 | 0.86 | 0.88 |
| Hex | CF | C8 | FB | 12 | 14 | 0 | 2 | F8 | 56 | 58 |
| Octal | 317 | 310 | 373 | 22 | 24 | 0 | 2 | 370 | 126 | 130 |
| Binary | 11001111 | 11001000 | 11111011 | 10010 | 10100 | 0 | 10 | 11111000 | 1010110 | 1011000 |
Color Harmonies of #CFC8FB
Complementary color
Monochromatic Colors of #CFC8FB
Black with #CFC8FB
Text Example
Text Example
White with #CFC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8FB; }
p { color: rgb(207,200,251); }
H1.HeaderClassName
{
color: #CFC8FB;
}
.AnyTagClassName
{
color: #CFC8FB;
}
</style>
background-color css
<style>
a { background-color: #CFC8FB; }
a { background-color: rgb(207,200,251); }
div.DivClassName
{
background-color: #CFC8FB;
}
.BgClassName
{
background-color: #CFC8FB;
}
</style>
border-color css
<style>
span { border-color: #CFC8FB; }
span { border-color: rgb(207,200,251); }
td.TdClassName
{
border-color: #CFC8FB;
}
.TagClassName
{
border-color: #CFC8FB;
}
</style>