Shades of Lavender Blue #CFC1FB
Tints of Lavender Blue #CFC1FB
RGB
CMYK
RGB Variations
Color information
#CFC1FB (or 0xCFC1FB) is known color: Lavender Blue. HEX triplet: CF, C1 and FB. RGB value is (207,193,251). Sum of RGB (Red+Green+Blue) = 207+193+251=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1FB is #303E04. Grayscale: #CBCBCB. Windows color (decimal): -3161605 or 16499151. OLE color: 16499151.
HSL color Cylindrical-coordinate representation of color #CFC1FB: hue angle of 254.48º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC1FB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 193 | 251 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.02 |
| HSL | 254.48º | 0.88% | 0.87% | - |
| HSV(B) | 254.48º | 0.23% | 0.98% | - |
| XYZ | 62.21 | 58.37 | 99.25 | - |
| YUV | 203.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 251 | 0.18 | 0.23 | 0 | 0.02 | 254.48 | 0.88 | 0.87 |
| Hex | CF | C1 | FB | 12 | 17 | 0 | 2 | FE | 58 | 57 |
| Octal | 317 | 301 | 373 | 22 | 27 | 0 | 2 | 376 | 130 | 127 |
| Binary | 11001111 | 11000001 | 11111011 | 10010 | 10111 | 0 | 10 | 11111110 | 1011000 | 1010111 |
Color Harmonies of #CFC1FB
Complementary color
Monochromatic Colors of #CFC1FB
Black with #CFC1FB
Text Example
Text Example
White with #CFC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1FB; }
p { color: rgb(207,193,251); }
H1.HeaderClassName
{
color: #CFC1FB;
}
.AnyTagClassName
{
color: #CFC1FB;
}
</style>
background-color css
<style>
a { background-color: #CFC1FB; }
a { background-color: rgb(207,193,251); }
div.DivClassName
{
background-color: #CFC1FB;
}
.BgClassName
{
background-color: #CFC1FB;
}
</style>
border-color css
<style>
span { border-color: #CFC1FB; }
span { border-color: rgb(207,193,251); }
td.TdClassName
{
border-color: #CFC1FB;
}
.TagClassName
{
border-color: #CFC1FB;
}
</style>